DeleteImageRecipeResponse constructor

DeleteImageRecipeResponse({
  1. String? imageRecipeArn,
  2. String? requestId,
})

Implementation

DeleteImageRecipeResponse({
  this.imageRecipeArn,
  this.requestId,
});