Class: Aws::Types::CreateChatTokenRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:user_id, :attributes])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::Array[("SEND_MESSAGE" | "DISCONNECT_USER" | "DELETE_MESSAGE")])


31
32
33
# File 'sig/types.rbs', line 31

def capabilities
  @capabilities
end

#room_identifier::String

Returns the value of attribute room_identifier.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def user_id
  @user_id
end