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:

  • ("VOICE", "CHAT", "TASK", "EMAIL")


442
443
444
# File 'sig/types.rbs', line 442

def channel
  @channel
end

#contact_arn::String

Returns the value of attribute contact_arn.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def contact_arn
  @contact_arn
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def contact_id
  @contact_id
end

#disconnect_timestamp::Time

Returns the value of attribute disconnect_timestamp.

Returns:

  • (::Time)


437
438
439
# File 'sig/types.rbs', line 437

def disconnect_timestamp
  @disconnect_timestamp
end

#initial_contact_id::String

Returns the value of attribute initial_contact_id.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def initial_contact_id
  @initial_contact_id
end

#initiation_method"INBOUND", ...

Returns the value of attribute initiation_method.

Returns:

  • ("INBOUND", "OUTBOUND", "TRANSFER", "QUEUE_TRANSFER", "CALLBACK", "API", "DISCONNECT", "MONITOR", "EXTERNAL_OUTBOUND", "WEBRTC_API", "AGENT_REPLY", "FLOW")


441
442
443
# File 'sig/types.rbs', line 441

def initiation_method
  @initiation_method
end

#initiation_timestamp::Time

Returns the value of attribute initiation_timestamp.

Returns:

  • (::Time)


436
437
438
# File 'sig/types.rbs', line 436

def initiation_timestamp
  @initiation_timestamp
end

#previous_contact_id::String

Returns the value of attribute previous_contact_id.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def previous_contact_id
  @previous_contact_id
end

Returns the value of attribute related_contact_id.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def related_contact_id
  @related_contact_id
end