Class: Aws::CustomerProfiles::Types::Consolidation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#matching_attributes_listArray<Array<String>>

A list of matching criteria.

Returns:

  • (Array<Array<String>>)


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