Class: Aws::Imagebuilder::Types::DeleteContainerRecipeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DeleteContainerRecipeResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the container recipe that was deleted.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#container_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the container recipe that was deleted.
1746 1747 1748 1749 1750 1751 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1746 class DeleteContainerRecipeResponse < Struct.new( :request_id, :container_recipe_arn) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
1746 1747 1748 1749 1750 1751 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 1746 class DeleteContainerRecipeResponse < Struct.new( :request_id, :container_recipe_arn) SENSITIVE = [] include Aws::Structure end |