Class: Aws::Types::Credentials
- Inherits:
-
Object
- Object
- Aws::Types::Credentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#access_token_expiration ⇒ ::Time
Returns the value of attribute access_token_expiration.
-
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
-
#refresh_token_expiration ⇒ ::Time
Returns the value of attribute refresh_token_expiration.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def access_token @access_token end |
#access_token_expiration ⇒ ::Time
Returns the value of attribute access_token_expiration.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def access_token_expiration @access_token_expiration end |
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def refresh_token @refresh_token end |
#refresh_token_expiration ⇒ ::Time
Returns the value of attribute refresh_token_expiration.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def refresh_token_expiration @refresh_token_expiration end |