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.
      3245 3246 3247 3248 3249 3250  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3245 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.
      3245 3246 3247 3248 3249 3250  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3245 class ContactSearchSummaryAgentInfo < Struct.new( :id, :connected_to_agent_timestamp) SENSITIVE = [] include Aws::Structure end  |