PutContainerRecipePolicyResponse constructor

PutContainerRecipePolicyResponse({
  1. String? containerRecipeArn,
  2. String? requestId,
})

Implementation

PutContainerRecipePolicyResponse({
  this.containerRecipeArn,
  this.requestId,
});