Class: Aws::Types::CreateChatTokenResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateChatTokenResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#session_expiration_time ⇒ ::Time
Returns the value of attribute session_expiration_time.
-
#token ⇒ ::String
Returns the value of attribute token.
-
#token_expiration_time ⇒ ::Time
Returns the value of attribute token_expiration_time.
Instance Attribute Details
#session_expiration_time ⇒ ::Time
Returns the value of attribute session_expiration_time.
40 41 42 |
# File 'sig/types.rbs', line 40 def session_expiration_time @session_expiration_time end |
#token ⇒ ::String
Returns the value of attribute token.
38 39 40 |
# File 'sig/types.rbs', line 38 def token @token end |
#token_expiration_time ⇒ ::Time
Returns the value of attribute token_expiration_time.
39 40 41 |
# File 'sig/types.rbs', line 39 def token_expiration_time @token_expiration_time end |