Class: Aws::Types::CreateTokenResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTokenResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#token ⇒ ::String
Returns the value of attribute token.
-
#token_id ⇒ ::String
Returns the value of attribute token_id.
-
#token_type ⇒ "REFRESH_TOKEN"
Returns the value of attribute token_type.
Instance Attribute Details
#token ⇒ ::String
Returns the value of attribute token.
302 303 304 |
# File 'sig/types.rbs', line 302 def token @token end |
#token_id ⇒ ::String
Returns the value of attribute token_id.
300 301 302 |
# File 'sig/types.rbs', line 300 def token_id @token_id end |
#token_type ⇒ "REFRESH_TOKEN"
Returns the value of attribute token_type.
301 302 303 |
# File 'sig/types.rbs', line 301 def token_type @token_type end |