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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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>>)


590
591
592
593
594
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 590

class Consolidation < Struct.new(
  :matching_attributes_list)
  SENSITIVE = []
  include Aws::Structure
end