Class: Aws::Imagebuilder::Types::PutImageRecipePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::PutImageRecipePolicyRequest
- 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 this policy should be applied to.
-
#policy ⇒ String
The policy to apply.
Instance Attribute Details
#image_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the image recipe that this policy should be applied to.
6547 6548 6549 6550 6551 6552 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6547 class PutImageRecipePolicyRequest < Struct.new( :image_recipe_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The policy to apply.
6547 6548 6549 6550 6551 6552 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6547 class PutImageRecipePolicyRequest < Struct.new( :image_recipe_arn, :policy) SENSITIVE = [] include Aws::Structure end |