Class: Aws::Types::AddPolicyStatementOutput
- Inherits:
-
Object
- Object
- Aws::Types::AddPolicyStatementOutput
- 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.
27 28 29 |
# File 'sig/types.rbs', line 27 def arn @arn end |
#policy ⇒ ::String
Returns the value of attribute policy.
29 30 31 |
# File 'sig/types.rbs', line 29 def policy @policy end |
#token ⇒ ::String
Returns the value of attribute token.
28 29 30 |
# File 'sig/types.rbs', line 28 def token @token end |