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.
2938 2939 2940 2941 2942 2943 |
# File 'lib/aws-sdk-connect/types.rb', line 2938 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.
2938 2939 2940 2941 2942 2943 |
# File 'lib/aws-sdk-connect/types.rb', line 2938 class ContactSearchSummaryAgentInfo < Struct.new( :id, :connected_to_agent_timestamp) SENSITIVE = [] include Aws::Structure end |