Class: Aws::CustomerProfiles::Types::MatchingResponse

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:



3802
3803
3804
3805
3806
3807
3808
3809
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3802

class MatchingResponse < 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)


3802
3803
3804
3805
3806
3807
3808
3809
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3802

class MatchingResponse < 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.



3802
3803
3804
3805
3806
3807
3808
3809
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3802

class MatchingResponse < 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:



3802
3803
3804
3805
3806
3807
3808
3809
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3802

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