Class: Aws::Types::PutComponentPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutComponentPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_arn ⇒ ::String
Returns the value of attribute component_arn.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#component_arn ⇒ ::String
Returns the value of attribute component_arn.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def component_arn @component_arn end |
#policy ⇒ ::String
Returns the value of attribute policy.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def policy @policy end |