Class: Aws::Imagebuilder::Types::PutImagePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::PutImagePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_arn ⇒ String
The Amazon Resource Name (ARN) of the image that this policy should be applied to.
-
#policy ⇒ String
The policy to apply.
Instance Attribute Details
#image_arn ⇒ String
The Amazon Resource Name (ARN) of the image that this policy should be applied to.
6949 6950 6951 6952 6953 6954 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6949 class PutImagePolicyRequest < Struct.new( :image_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The policy to apply.
6949 6950 6951 6952 6953 6954 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6949 class PutImagePolicyRequest < Struct.new( :image_arn, :policy) SENSITIVE = [] include Aws::Structure end |