UpdateImagePipelineResponse constructor

UpdateImagePipelineResponse({
  1. String? clientToken,
  2. String? imagePipelineArn,
  3. String? requestId,
})

Implementation

UpdateImagePipelineResponse({
  this.clientToken,
  this.imagePipelineArn,
  this.requestId,
});