Class: Aws::Imagebuilder::Types::GetImageRecipeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetImageRecipeRequest
- Includes:
- Structure
- Defined in:
- 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.
2857 2858 2859 2860 2861 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2857 class GetImageRecipeRequest < Struct.new( :image_recipe_arn) SENSITIVE = [] include Aws::Structure end |