Class: Aws::Types::PutComponentPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutComponentPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_arn ⇒ ::String
Returns the value of attribute component_arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#component_arn ⇒ ::String
Returns the value of attribute component_arn.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def component_arn @component_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def request_id @request_id end |