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.
442 443 444 |
# File 'sig/types.rbs', line 442 def channel @channel end |
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
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.
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.
437 438 439 |
# File 'sig/types.rbs', line 437 def @disconnect_timestamp end |
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
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.
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.
436 437 438 |
# File 'sig/types.rbs', line 436 def @initiation_timestamp end |
#previous_contact_id ⇒ ::String
Returns the value of attribute previous_contact_id.
439 440 441 |
# File 'sig/types.rbs', line 439 def previous_contact_id @previous_contact_id end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
440 441 442 |
# File 'sig/types.rbs', line 440 def @related_contact_id end |