Class: Aws::Imagebuilder::Types::GetContainerRecipeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetContainerRecipeResponse
- Defined in:
- gems/aws-sdk-imagebuilder/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.
-
#latest_version_references ⇒ Types::LatestVersionReferences
The resource ARNs with different wildcard variations of semantic versioning.
-
#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.
2999 3000 3001 3002 3003 3004 3005 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2999 class GetContainerRecipeResponse < Struct.new( :request_id, :container_recipe, :latest_version_references) SENSITIVE = [] include Aws::Structure end |
#latest_version_references ⇒ Types::LatestVersionReferences
The resource ARNs with different wildcard variations of semantic versioning.
2999 3000 3001 3002 3003 3004 3005 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2999 class GetContainerRecipeResponse < Struct.new( :request_id, :container_recipe, :latest_version_references) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
2999 3000 3001 3002 3003 3004 3005 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2999 class GetContainerRecipeResponse < Struct.new( :request_id, :container_recipe, :latest_version_references) SENSITIVE = [] include Aws::Structure end |