Class: Aws::Imagebuilder::Types::GetComponentPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetComponentPolicyRequest
- Defined in:
- gems/aws-sdk-imagebuilder/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.
3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3034 class GetComponentPolicyRequest < Struct.new( :component_arn) SENSITIVE = [] include Aws::Structure end |