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.
447 448 449 |
# File 'sig/types.rbs', line 447 def channel @channel end |
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
440 441 442 |
# File 'sig/types.rbs', line 440 def contact_arn @contact_arn end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
439 440 441 |
# File 'sig/types.rbs', line 439 def contact_id @contact_id end |
#disconnect_timestamp ⇒ ::Time
Returns the value of attribute disconnect_timestamp.
442 443 444 |
# File 'sig/types.rbs', line 442 def @disconnect_timestamp end |
#initial_contact_id ⇒ ::String
Returns the value of attribute initial_contact_id.
443 444 445 |
# File 'sig/types.rbs', line 443 def initial_contact_id @initial_contact_id end |
#initiation_method ⇒ "INBOUND", ...
Returns the value of attribute initiation_method.
446 447 448 |
# File 'sig/types.rbs', line 446 def initiation_method @initiation_method end |
#initiation_timestamp ⇒ ::Time
Returns the value of attribute initiation_timestamp.
441 442 443 |
# File 'sig/types.rbs', line 441 def @initiation_timestamp end |
#previous_contact_id ⇒ ::String
Returns the value of attribute previous_contact_id.
444 445 446 |
# File 'sig/types.rbs', line 444 def previous_contact_id @previous_contact_id end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
445 446 447 |
# File 'sig/types.rbs', line 445 def @related_contact_id end |