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.
879 880 881 882 883 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 879 class Consolidation < Struct.new( :matching_attributes_list) SENSITIVE = [] include Aws::Structure end |