Class: Aws::Types::CreateChatTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChatTokenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#capabilities ⇒ ::Array[("SEND_MESSAGE" | "DISCONNECT_USER" | "DELETE_MESSAGE")]
Returns the value of attribute capabilities.
-
#room_identifier ⇒ ::String
Returns the value of attribute room_identifier.
-
#session_duration_in_minutes ⇒ ::Integer
Returns the value of attribute session_duration_in_minutes.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
33 34 35 |
# File 'sig/types.rbs', line 33 def attributes @attributes end |
#capabilities ⇒ ::Array[("SEND_MESSAGE" | "DISCONNECT_USER" | "DELETE_MESSAGE")]
Returns the value of attribute capabilities.
31 32 33 |
# File 'sig/types.rbs', line 31 def capabilities @capabilities end |
#room_identifier ⇒ ::String
Returns the value of attribute room_identifier.
29 30 31 |
# File 'sig/types.rbs', line 29 def room_identifier @room_identifier end |
#session_duration_in_minutes ⇒ ::Integer
Returns the value of attribute session_duration_in_minutes.
32 33 34 |
# File 'sig/types.rbs', line 32 def session_duration_in_minutes @session_duration_in_minutes end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
30 31 32 |
# File 'sig/types.rbs', line 30 def user_id @user_id end |