Class: Aws::Imagebuilder::Types::PutComponentPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::PutComponentPolicyResponse
- 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 was applied to.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#component_arn ⇒ String
The Amazon Resource Name (ARN) of the component that this policy was applied to.
6895 6896 6897 6898 6899 6900 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6895 class PutComponentPolicyResponse < Struct.new( :request_id, :component_arn) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
6895 6896 6897 6898 6899 6900 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6895 class PutComponentPolicyResponse < Struct.new( :request_id, :component_arn) SENSITIVE = [] include Aws::Structure end |