Class: Aws::CustomerProfiles::Types::MatchingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::MatchingRequest
- 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
-
#auto_merging ⇒ Types::AutoMerging
Configuration information about the auto-merging process.
-
#enabled ⇒ Boolean
The flag that enables the matching process of duplicate profiles.
-
#exporting_config ⇒ Types::ExportingConfig
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
-
#job_schedule ⇒ Types::JobSchedule
The day and time when do you want to start the Identity Resolution Job every week.
Instance Attribute Details
#auto_merging ⇒ Types::AutoMerging
Configuration information about the auto-merging process.
5172 5173 5174 5175 5176 5177 5178 5179 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5172 class MatchingRequest < Struct.new( :enabled, :job_schedule, :auto_merging, :exporting_config) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
The flag that enables the matching process of duplicate profiles.
5172 5173 5174 5175 5176 5177 5178 5179 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5172 class MatchingRequest < Struct.new( :enabled, :job_schedule, :auto_merging, :exporting_config) SENSITIVE = [] include Aws::Structure end |
#exporting_config ⇒ Types::ExportingConfig
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
5172 5173 5174 5175 5176 5177 5178 5179 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5172 class MatchingRequest < Struct.new( :enabled, :job_schedule, :auto_merging, :exporting_config) SENSITIVE = [] include Aws::Structure end |
#job_schedule ⇒ Types::JobSchedule
The day and time when do you want to start the Identity Resolution Job every week.
5172 5173 5174 5175 5176 5177 5178 5179 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5172 class MatchingRequest < Struct.new( :enabled, :job_schedule, :auto_merging, :exporting_config) SENSITIVE = [] include Aws::Structure end |