Class: Aws::Types::GetPolicyOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetPolicyOutput
- 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.
357 358 359 |
# File 'sig/types.rbs', line 357 def arn @arn end |
#policy ⇒ ::String
Returns the value of attribute policy.
359 360 361 |
# File 'sig/types.rbs', line 359 def policy @policy end |
#token ⇒ ::String
Returns the value of attribute token.
358 359 360 |
# File 'sig/types.rbs', line 358 def token @token end |