Class: Aws::Types::DisconnectUserRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:user_id])

Instance Attribute Summary collapse

Instance Attribute Details

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def reason
  @reason
end

#room_identifier::String

Returns the value of attribute room_identifier.

Returns:

  • (::String)


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.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def user_id
  @user_id
end