Class: Aws::Imagebuilder::Types::PutComponentPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::PutComponentPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_arn ⇒ String
The Amazon Resource Name (ARN) of the component that this policy should be applied to.
-
#policy ⇒ String
The policy to apply.
Instance Attribute Details
#component_arn ⇒ String
The Amazon Resource Name (ARN) of the component that this policy should be applied to.
6877 6878 6879 6880 6881 6882 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6877 class PutComponentPolicyRequest < Struct.new( :component_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The policy to apply.
6877 6878 6879 6880 6881 6882 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6877 class PutComponentPolicyRequest < Struct.new( :component_arn, :policy) SENSITIVE = [] include Aws::Structure end |