Class: Aws::Connect::Types::SearchableContactAttributes
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::SearchableContactAttributes
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
A structure that defines search criteria based on user-defined contact attributes that are configured for contact search.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #criteria  ⇒ Array<Types::SearchableContactAttributesCriteria> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of criteria based on user-defined contact attributes that are configured for contact search.
 - 
  
    
      #match_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The match type combining search criteria using multiple searchable contact attributes.
 
Instance Attribute Details
#criteria ⇒ Array<Types::SearchableContactAttributesCriteria>
The list of criteria based on user-defined contact attributes that are configured for contact search.
      21026 21027 21028 21029 21030 21031  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21026 class SearchableContactAttributes < Struct.new( :criteria, :match_type) SENSITIVE = [] include Aws::Structure end  | 
  
#match_type ⇒ String
The match type combining search criteria using multiple searchable contact attributes.
      21026 21027 21028 21029 21030 21031  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21026 class SearchableContactAttributes < Struct.new( :criteria, :match_type) SENSITIVE = [] include Aws::Structure end  |