Class: Aws::CustomerProfiles::Types::Consolidation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::Consolidation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
The matching criteria to be used during the auto-merging process.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #matching_attributes_list  ⇒ Array<Array<String>> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of matching criteria.
 
Instance Attribute Details
#matching_attributes_list ⇒ Array<Array<String>>
A list of matching criteria.
      590 591 592 593 594  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 590 class Consolidation < Struct.new( :matching_attributes_list) SENSITIVE = [] include Aws::Structure end  |