Class: Aws::Types::RefreshTokenResponse
- Inherits:
-
Object
- Object
- Aws::Types::RefreshTokenResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#expires_in ⇒ ::Integer
Returns the value of attribute expires_in.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
786 787 788 |
# File 'sig/types.rbs', line 786 def access_token @access_token end |
#expires_in ⇒ ::Integer
Returns the value of attribute expires_in.
787 788 789 |
# File 'sig/types.rbs', line 787 def expires_in @expires_in end |