Class: Aws::Imagebuilder::Types::GetComponentPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetComponentPolicyRequest
- 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 whose policy you want to retrieve.
Instance Attribute Details
#component_arn ⇒ String
The Amazon Resource Name (ARN) of the component whose policy you want to retrieve.
2618 2619 2620 2621 2622 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2618 class GetComponentPolicyRequest < Struct.new( :component_arn) SENSITIVE = [] include Aws::Structure end |