Class: Aws::Types::PutPolicyOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutPolicyOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
768 769 770 |
# File 'sig/types.rbs', line 768 def arn @arn end |
#policy ⇒ ::String
Returns the value of attribute policy.
770 771 772 |
# File 'sig/types.rbs', line 770 def policy @policy end |
#token ⇒ ::String
Returns the value of attribute token.
769 770 771 |
# File 'sig/types.rbs', line 769 def token @token end |