CreateContainerRecipeResponse constructor

CreateContainerRecipeResponse({
  1. String? clientToken,
  2. String? containerRecipeArn,
  3. String? requestId,
})

Implementation

CreateContainerRecipeResponse({
  this.clientToken,
  this.containerRecipeArn,
  this.requestId,
});