Class: Aws::Connect::Types::ContactSearchSummaryAgentInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactSearchSummaryAgentInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about the agent who accepted the contact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connected_to_agent_timestamp ⇒ Time
The timestamp when the contact was connected to the agent.
-
#id ⇒ String
The identifier of the agent who accepted the contact.
Instance Attribute Details
#connected_to_agent_timestamp ⇒ Time
The timestamp when the contact was connected to the agent.
2878 2879 2880 2881 2882 2883 |
# File 'lib/aws-sdk-connect/types.rb', line 2878 class ContactSearchSummaryAgentInfo < Struct.new( :id, :connected_to_agent_timestamp) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the agent who accepted the contact.
2878 2879 2880 2881 2882 2883 |
# File 'lib/aws-sdk-connect/types.rb', line 2878 class ContactSearchSummaryAgentInfo < Struct.new( :id, :connected_to_agent_timestamp) SENSITIVE = [] include Aws::Structure end |