CreateImagePipelineResponse constructor

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

Implementation

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