StartImagePipelineExecutionResponse constructor

StartImagePipelineExecutionResponse({
  1. String? clientToken,
  2. String? imageBuildVersionArn,
  3. String? requestId,
})

Implementation

StartImagePipelineExecutionResponse({
  this.clientToken,
  this.imageBuildVersionArn,
  this.requestId,
});