Class: Aws::Types::Schedule
- Inherits:
-
Object
- Object
- Aws::Types::Schedule
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Daily, Monthly, OneTime, Unknown, Weekly
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#daily ⇒ Types::DailySchedule
Returns the value of attribute daily.
-
#monthly ⇒ Types::MonthlySchedule
Returns the value of attribute monthly.
-
#one_time ⇒ Types::OneTimeSchedule
Returns the value of attribute one_time.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#weekly ⇒ Types::WeeklySchedule
Returns the value of attribute weekly.
Instance Attribute Details
#daily ⇒ Types::DailySchedule
Returns the value of attribute daily.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def daily @daily end |
#monthly ⇒ Types::MonthlySchedule
Returns the value of attribute monthly.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 def monthly @monthly end |
#one_time ⇒ Types::OneTimeSchedule
Returns the value of attribute one_time.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def one_time @one_time end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def unknown @unknown end |
#weekly ⇒ Types::WeeklySchedule
Returns the value of attribute weekly.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def weekly @weekly end |