Class: Aws::CustomerProfiles::Types::MatchingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::MatchingResponse
- 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.
5203 5204 5205 5206 5207 5208 5209 5210 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5203 class MatchingResponse < 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.
5203 5204 5205 5206 5207 5208 5209 5210 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5203 class MatchingResponse < 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.
5203 5204 5205 5206 5207 5208 5209 5210 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5203 class MatchingResponse < 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.
5203 5204 5205 5206 5207 5208 5209 5210 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5203 class MatchingResponse < Struct.new( :enabled, :job_schedule, :auto_merging, :exporting_config) SENSITIVE = [] include Aws::Structure end |