Class: Aws::Imagebuilder::Types::GetImageRecipeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetImageRecipeRequest
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the image recipe that you want to retrieve.
Instance Attribute Details
#image_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the image recipe that you want to
retrieve. You can use the x wildcard in trailing version positions
to retrieve the latest matching version, for example x.x.x or
1.x.x.
3537 3538 3539 3540 3541 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3537 class GetImageRecipeRequest < Struct.new( :image_recipe_arn) SENSITIVE = [] include Aws::Structure end |