Class: Aws::Types::AssumeImpersonationRoleResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssumeImpersonationRoleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expires_in ⇒ ::Integer
Returns the value of attribute expires_in.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#expires_in ⇒ ::Integer
Returns the value of attribute expires_in.
56 57 58 |
# File 'sig/types.rbs', line 56 def expires_in @expires_in end |
#token ⇒ ::String
Returns the value of attribute token.
55 56 57 |
# File 'sig/types.rbs', line 55 def token @token end |