Class: Aws::Imagebuilder::Types::DeleteContainerRecipeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DeleteContainerRecipeResponse
- Includes:
- Structure
- Defined in:
- 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.
2056 2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2056 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.
2056 2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2056 class DeleteContainerRecipeResponse < Struct.new( :request_id, :container_recipe_arn) SENSITIVE = [] include Aws::Structure end |