Class: Aws::CustomerProfiles::Types::MatchingRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

The flag that enables the matching process of duplicate profiles.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_mergingTypes::AutoMerging

Configuration information about the auto-merging process.

Returns:



3771
3772
3773
3774
3775
3776
3777
3778
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3771

class MatchingRequest < Struct.new(
  :enabled,
  :job_schedule,
  :auto_merging,
  :exporting_config)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

The flag that enables the matching process of duplicate profiles.

Returns:

  • (Boolean)


3771
3772
3773
3774
3775
3776
3777
3778
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3771

class MatchingRequest < Struct.new(
  :enabled,
  :job_schedule,
  :auto_merging,
  :exporting_config)
  SENSITIVE = []
  include Aws::Structure
end

#exporting_configTypes::ExportingConfig

Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.



3771
3772
3773
3774
3775
3776
3777
3778
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3771

class MatchingRequest < Struct.new(
  :enabled,
  :job_schedule,
  :auto_merging,
  :exporting_config)
  SENSITIVE = []
  include Aws::Structure
end

#job_scheduleTypes::JobSchedule

The day and time when do you want to start the Identity Resolution Job every week.

Returns:



3771
3772
3773
3774
3775
3776
3777
3778
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3771

class MatchingRequest < Struct.new(
  :enabled,
  :job_schedule,
  :auto_merging,
  :exporting_config)
  SENSITIVE = []
  include Aws::Structure
end