Class: Aws::Types::ClientAuthenticationResultType
- Inherits:
-
Object
- Object
- Aws::Types::ClientAuthenticationResultType
- 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.
-
#token_type ⇒ ::String
Returns the value of attribute token_type.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
483 484 485 |
# File 'sig/types.rbs', line 483 def access_token @access_token end |
#expires_in ⇒ ::Integer
Returns the value of attribute expires_in.
484 485 486 |
# File 'sig/types.rbs', line 484 def expires_in @expires_in end |
#token_type ⇒ ::String
Returns the value of attribute token_type.
485 486 487 |
# File 'sig/types.rbs', line 485 def token_type @token_type end |