Class: Aws::Types::AssociatedContactSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssociatedContactSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
-
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#disconnect_timestamp ⇒ ::Time
Returns the value of attribute disconnect_timestamp.
-
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
-
#initiation_method ⇒ "INBOUND", ...
Returns the value of attribute initiation_method.
-
#initiation_timestamp ⇒ ::Time
Returns the value of attribute initiation_timestamp.
-
#previous_contact_id ⇒ ::String
Returns the value of attribute previous_contact_id.
-
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
Instance Attribute Details
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
454 455 456 |
# File 'sig/types.rbs', line 454 def channel @channel end |
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
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.
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.
449 450 451 |
# File 'sig/types.rbs', line 449 def end |
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
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.
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.
448 449 450 |
# File 'sig/types.rbs', line 448 def end |
#previous_contact_id ⇒ ::String
Returns the value of attribute previous_contact_id.
451 452 453 |
# File 'sig/types.rbs', line 451 def previous_contact_id @previous_contact_id end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
452 453 454 |
# File 'sig/types.rbs', line 452 def end |