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.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def access_token @access_token end |
#id_token ⇒ "seconds", ...
Returns the value of attribute id_token.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def id_token @id_token end |
#refresh_token ⇒ "seconds", ...
Returns the value of attribute refresh_token.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def refresh_token @refresh_token end |