Class: Aws::Types::StartWebRTCContactResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_dataTypes::ConnectionData

Returns the value of attribute connection_data.



7858
7859
7860
# File 'sig/types.rbs', line 7858

def connection_data
  @connection_data
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


7859
7860
7861
# File 'sig/types.rbs', line 7859

def contact_id
  @contact_id
end

#participant_id::String

Returns the value of attribute participant_id.

Returns:

  • (::String)


7860
7861
7862
# File 'sig/types.rbs', line 7860

def participant_id
  @participant_id
end

#participant_token::String

Returns the value of attribute participant_token.

Returns:

  • (::String)


7861
7862
7863
# File 'sig/types.rbs', line 7861

def participant_token
  @participant_token
end