CreateImageRecipeResponse constructor

CreateImageRecipeResponse({
  1. String? clientToken,
  2. String? imageRecipeArn,
  3. String? requestId,
})

Implementation

CreateImageRecipeResponse({
  this.clientToken,
  this.imageRecipeArn,
  this.requestId,
});