Class: Aws::CustomerProfiles::Types::MatchingResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::MatchingResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      3822 3823 3824 3825 3826 3827 3828 3829  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 3822 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.
      3822 3823 3824 3825 3826 3827 3828 3829  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 3822 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.
      3822 3823 3824 3825 3826 3827 3828 3829  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 3822 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.
      3822 3823 3824 3825 3826 3827 3828 3829  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 3822 class MatchingResponse < Struct.new( :enabled, :job_schedule, :auto_merging, :exporting_config) SENSITIVE = [] include Aws::Structure end  |