PutImageRecipePolicyResponse constructor

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

Implementation

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