Class: Aws::Types::StartChatContactResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


7919
7920
7921
# File 'sig/types.rbs', line 7919

def contact_id
  @contact_id
end

#continued_from_contact_id::String

Returns the value of attribute continued_from_contact_id.

Returns:

  • (::String)


7922
7923
7924
# File 'sig/types.rbs', line 7922

def continued_from_contact_id
  @continued_from_contact_id
end

#participant_id::String

Returns the value of attribute participant_id.

Returns:

  • (::String)


7920
7921
7922
# File 'sig/types.rbs', line 7920

def participant_id
  @participant_id
end

#participant_token::String

Returns the value of attribute participant_token.

Returns:

  • (::String)


7921
7922
7923
# File 'sig/types.rbs', line 7921

def participant_token
  @participant_token
end