Class: Aws::CustomerProfiles::Types::JobSchedule
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::JobSchedule
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
The day and time when do you want to start the Identity Resolution Job every week.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #day_of_the_week  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The day when the Identity Resolution Job should run every week.
 - 
  
    
      #time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the Identity Resolution Job should run every week.
 
Instance Attribute Details
#day_of_the_week ⇒ String
The day when the Identity Resolution Job should run every week.
      2839 2840 2841 2842 2843 2844  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2839 class JobSchedule < Struct.new( :day_of_the_week, :time) SENSITIVE = [] include Aws::Structure end  | 
  
#time ⇒ String
The time when the Identity Resolution Job should run every week.
      2839 2840 2841 2842 2843 2844  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2839 class JobSchedule < Struct.new( :day_of_the_week, :time) SENSITIVE = [] include Aws::Structure end  |