Class: Aws::Types::TokenValidityUnitsType
- Inherits:
-
Object
- Object
- Aws::Types::TokenValidityUnitsType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ "seconds", ...
Returns the value of attribute access_token.
-
#id_token ⇒ "seconds", ...
Returns the value of attribute id_token.
-
#refresh_token ⇒ "seconds", ...
Returns the value of attribute refresh_token.
Instance Attribute Details
#access_token ⇒ "seconds", ...
Returns the value of attribute access_token.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def access_token @access_token end |
#id_token ⇒ "seconds", ...
Returns the value of attribute id_token.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def id_token @id_token end |
#refresh_token ⇒ "seconds", ...
Returns the value of attribute refresh_token.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def refresh_token @refresh_token end |