Class: Aws::Connect::Types::SearchableSegmentAttributes
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::SearchableSegmentAttributes
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
The search criteria based on searchable segment attributes of a contact
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #criteria  ⇒ Array<Types::SearchableSegmentAttributesCriteria> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of criteria based on searchable segment attributes.
 - 
  
    
      #match_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The match type combining search criteria using multiple searchable segment attributes.
 
Instance Attribute Details
#criteria ⇒ Array<Types::SearchableSegmentAttributesCriteria>
The list of criteria based on searchable segment attributes.
      21068 21069 21070 21071 21072 21073  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21068 class SearchableSegmentAttributes < Struct.new( :criteria, :match_type) SENSITIVE = [] include Aws::Structure end  | 
  
#match_type ⇒ String
The match type combining search criteria using multiple searchable segment attributes.
      21068 21069 21070 21071 21072 21073  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21068 class SearchableSegmentAttributes < Struct.new( :criteria, :match_type) SENSITIVE = [] include Aws::Structure end  |