DeleteContainerRecipeResponse constructor

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

Implementation

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