Class: Aws::Imagebuilder::Types::GetContainerRecipeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetContainerRecipeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_recipe ⇒ Types::ContainerRecipe
The container recipe object that is returned.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#container_recipe ⇒ Types::ContainerRecipe
The container recipe object that is returned.
2723 2724 2725 2726 2727 2728 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2723 class GetContainerRecipeResponse < Struct.new( :request_id, :container_recipe) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
2723 2724 2725 2726 2727 2728 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2723 class GetContainerRecipeResponse < Struct.new( :request_id, :container_recipe) SENSITIVE = [] include Aws::Structure end |