Class: Aws::CustomerProfiles::Types::JobSchedule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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

Instance Attribute Details

#day_of_the_weekString

The day when the Identity Resolution Job should run every week.

Returns:

  • (String)


2829
2830
2831
2832
2833
2834
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2829

class JobSchedule < Struct.new(
  :day_of_the_week,
  :time)
  SENSITIVE = []
  include Aws::Structure
end

#timeString

The time when the Identity Resolution Job should run every week.

Returns:

  • (String)


2829
2830
2831
2832
2833
2834
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2829

class JobSchedule < Struct.new(
  :day_of_the_week,
  :time)
  SENSITIVE = []
  include Aws::Structure
end