Class: Aws::Imagebuilder::Types::GetImageRecipeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetImageRecipeResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_recipe ⇒ Types::ImageRecipe
The image recipe object.
-
#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
#image_recipe ⇒ Types::ImageRecipe
The image recipe object.
3155 3156 3157 3158 3159 3160 3161 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3155 class GetImageRecipeResponse < Struct.new( :request_id, :image_recipe, :latest_version_references) SENSITIVE = [] include Aws::Structure end |
#latest_version_references ⇒ Types::LatestVersionReferences
The resource ARNs with different wildcard variations of semantic versioning.
3155 3156 3157 3158 3159 3160 3161 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3155 class GetImageRecipeResponse < Struct.new( :request_id, :image_recipe, :latest_version_references) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
3155 3156 3157 3158 3159 3160 3161 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3155 class GetImageRecipeResponse < Struct.new( :request_id, :image_recipe, :latest_version_references) SENSITIVE = [] include Aws::Structure end |