Class: Aws::Types::JobScheduleFrequency

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#daily_scheduleTypes::DailySchedule

Returns the value of attribute daily_schedule.



1083
1084
1085
# File 'sig/types.rbs', line 1083

def daily_schedule
  @daily_schedule
end

#monthly_scheduleTypes::MonthlySchedule

Returns the value of attribute monthly_schedule.



1084
1085
1086
# File 'sig/types.rbs', line 1084

def monthly_schedule
  @monthly_schedule
end

#weekly_scheduleTypes::WeeklySchedule

Returns the value of attribute weekly_schedule.



1085
1086
1087
# File 'sig/types.rbs', line 1085

def weekly_schedule
  @weekly_schedule
end