Class: Aws::Connect::Types::SearchAgentStatusesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::SearchAgentStatusesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #agent_statuses  ⇒ Array<Types::AgentStatus> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The search criteria to be used to return agent statuses.
 - 
  
    
      #approximate_total_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total number of agent statuses which matched your search query.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If there are additional results, this is the token for the next set of results.
 
Instance Attribute Details
#agent_statuses ⇒ Array<Types::AgentStatus>
The search criteria to be used to return agent statuses.
      19794 19795 19796 19797 19798 19799 19800  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19794 class SearchAgentStatusesResponse < Struct.new( :agent_statuses, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end  | 
  
#approximate_total_count ⇒ Integer
The total number of agent statuses which matched your search query.
      19794 19795 19796 19797 19798 19799 19800  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19794 class SearchAgentStatusesResponse < Struct.new( :agent_statuses, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
      19794 19795 19796 19797 19798 19799 19800  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19794 class SearchAgentStatusesResponse < Struct.new( :agent_statuses, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end  |