Class: Aws::Imagebuilder::Types::GetImageRecipePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetImageRecipePolicyRequest
- 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 whose policy you want to retrieve.
Instance Attribute Details
#image_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the image recipe whose policy you want to retrieve.
2827 2828 2829 2830 2831 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2827 class GetImageRecipePolicyRequest < Struct.new( :image_recipe_arn) SENSITIVE = [] include Aws::Structure end |