Class: Aws::Connect::Types::SearchRoutingProfilesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::SearchRoutingProfilesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #approximate_total_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total number of routing profiles which matched your search query.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If there are additional results, this is the token for the next set of results.
 - 
  
    
      #routing_profiles  ⇒ Array<Types::RoutingProfile> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the routing profiles.
 
Instance Attribute Details
#approximate_total_count ⇒ Integer
The total number of routing profiles which matched your search query.
      20734 20735 20736 20737 20738 20739 20740  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 20734 class SearchRoutingProfilesResponse < Struct.new( :routing_profiles, :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.
      20734 20735 20736 20737 20738 20739 20740  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 20734 class SearchRoutingProfilesResponse < Struct.new( :routing_profiles, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end  | 
  
#routing_profiles ⇒ Array<Types::RoutingProfile>
Information about the routing profiles.
      20734 20735 20736 20737 20738 20739 20740  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 20734 class SearchRoutingProfilesResponse < Struct.new( :routing_profiles, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end  |