Class: Aws::Types::JobScheduleFrequency
- Inherits:
-
Object
- Object
- Aws::Types::JobScheduleFrequency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#daily_schedule ⇒ Types::DailySchedule
Returns the value of attribute daily_schedule.
-
#monthly_schedule ⇒ Types::MonthlySchedule
Returns the value of attribute monthly_schedule.
-
#weekly_schedule ⇒ Types::WeeklySchedule
Returns the value of attribute weekly_schedule.
Instance Attribute Details
#daily_schedule ⇒ Types::DailySchedule
Returns the value of attribute daily_schedule.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def daily_schedule @daily_schedule end |
#monthly_schedule ⇒ Types::MonthlySchedule
Returns the value of attribute monthly_schedule.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def monthly_schedule @monthly_schedule end |
#weekly_schedule ⇒ Types::WeeklySchedule
Returns the value of attribute weekly_schedule.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def weekly_schedule @weekly_schedule end |