Class: Aws::Types::DisconnectUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisconnectUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#room_identifier ⇒ ::String
Returns the value of attribute room_identifier.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
129 130 131 |
# File 'sig/types.rbs', line 129 def reason @reason end |
#room_identifier ⇒ ::String
Returns the value of attribute room_identifier.
127 128 129 |
# File 'sig/types.rbs', line 127 def room_identifier @room_identifier end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
128 129 130 |
# File 'sig/types.rbs', line 128 def user_id @user_id end |