Class: Aws::Types::PutPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::PutPolicyInput
- 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.
761 762 763 |
# File 'sig/types.rbs', line 761 def arn @arn end |
#policy ⇒ ::String
Returns the value of attribute policy.
763 764 765 |
# File 'sig/types.rbs', line 763 def policy @policy end |
#token ⇒ ::String
Returns the value of attribute token.
762 763 764 |
# File 'sig/types.rbs', line 762 def token @token end |