Class: Aws::Types::RefreshTokenRequestBody
- Inherits:
-
Object
- Object
- Aws::Types::RefreshTokenRequestBody
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
781 782 783 |
# File 'sig/types.rbs', line 781 def client_id @client_id end |
#token ⇒ ::String
Returns the value of attribute token.
780 781 782 |
# File 'sig/types.rbs', line 780 def token @token end |