Class: Aws::ConnectCases::Types::ContactContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ContactContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
An object that represents a content of an Amazon Connect contact object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel ⇒ String
A list of channels to filter on for related items of type ‘Contact`.
-
#connected_to_system_time ⇒ Time
The difference between the ‘InitiationTimestamp` and the `DisconnectTimestamp` of the contact.
-
#contact_arn ⇒ String
A unique identifier of a contact in Amazon Connect.
Instance Attribute Details
#channel ⇒ String
A list of channels to filter on for related items of type ‘Contact`.
396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-connectcases/types.rb', line 396 class ContactContent < Struct.new( :channel, :connected_to_system_time, :contact_arn) SENSITIVE = [] include Aws::Structure end |
#connected_to_system_time ⇒ Time
The difference between the ‘InitiationTimestamp` and the `DisconnectTimestamp` of the contact.
396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-connectcases/types.rb', line 396 class ContactContent < Struct.new( :channel, :connected_to_system_time, :contact_arn) SENSITIVE = [] include Aws::Structure end |
#contact_arn ⇒ String
A unique identifier of a contact in Amazon Connect.
396 397 398 399 400 401 402 |
# File 'lib/aws-sdk-connectcases/types.rb', line 396 class ContactContent < Struct.new( :channel, :connected_to_system_time, :contact_arn) SENSITIVE = [] include Aws::Structure end |