Class: Aws::Types::CreateParticipantConnectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#connect_participantBoolean

Returns the value of attribute connect_participant.

Returns:



68
69
70
# File 'sig/types.rbs', line 68

def connect_participant
  @connect_participant
end

#participant_token::String

Returns the value of attribute participant_token.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def participant_token
  @participant_token
end

#type::Array[("WEBSOCKET" | "CONNECTION_CREDENTIALS" | "WEBRTC_CONNECTION")]

Returns the value of attribute type.

Returns:



66
67
68
# File 'sig/types.rbs', line 66

def type
  @type
end