Class: Aws::Types::AssociatedContactSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#channel"VOICE", ...

Returns the value of attribute channel.

Returns:



454
455
456
# File 'sig/types.rbs', line 454

def channel
  @channel
end

#contact_arn::String

Returns the value of attribute contact_arn.

Returns:



447
448
449
# File 'sig/types.rbs', line 447

def contact_arn
  @contact_arn
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:



446
447
448
# File 'sig/types.rbs', line 446

def contact_id
  @contact_id
end

#disconnect_timestamp::Time

Returns the value of attribute disconnect_timestamp.

Returns:



449
450
451
# File 'sig/types.rbs', line 449

def disconnect_timestamp
  @disconnect_timestamp
end

#initial_contact_id::String

Returns the value of attribute initial_contact_id.

Returns:



450
451
452
# File 'sig/types.rbs', line 450

def initial_contact_id
  @initial_contact_id
end

#initiation_method"INBOUND", ...

Returns the value of attribute initiation_method.

Returns:



453
454
455
# File 'sig/types.rbs', line 453

def initiation_method
  @initiation_method
end

#initiation_timestamp::Time

Returns the value of attribute initiation_timestamp.

Returns:



448
449
450
# File 'sig/types.rbs', line 448

def initiation_timestamp
  @initiation_timestamp
end

#previous_contact_id::String

Returns the value of attribute previous_contact_id.

Returns:



451
452
453
# File 'sig/types.rbs', line 451

def previous_contact_id
  @previous_contact_id
end

Returns the value of attribute related_contact_id.

Returns:



452
453
454
# File 'sig/types.rbs', line 452

def related_contact_id
  @related_contact_id
end