Class: Aws::Types::RecurrenceSettings
- Inherits:
-
Object
- Object
- Aws::Types::RecurrenceSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#daily_settings ⇒ ::Array[Types::HandOffTime]
Returns the value of attribute daily_settings.
-
#monthly_settings ⇒ ::Array[Types::MonthlySetting]
Returns the value of attribute monthly_settings.
-
#number_of_on_calls ⇒ ::Integer
Returns the value of attribute number_of_on_calls.
-
#recurrence_multiplier ⇒ ::Integer
Returns the value of attribute recurrence_multiplier.
-
#shift_coverages ⇒ ::Hash[("MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN"), ::Array[Types::CoverageTime]]
Returns the value of attribute shift_coverages.
-
#weekly_settings ⇒ ::Array[Types::WeeklySetting]
Returns the value of attribute weekly_settings.
Instance Attribute Details
#daily_settings ⇒ ::Array[Types::HandOffTime]
Returns the value of attribute daily_settings.
547 548 549 |
# File 'sig/types.rbs', line 547 def daily_settings @daily_settings end |
#monthly_settings ⇒ ::Array[Types::MonthlySetting]
Returns the value of attribute monthly_settings.
545 546 547 |
# File 'sig/types.rbs', line 545 def monthly_settings @monthly_settings end |
#number_of_on_calls ⇒ ::Integer
Returns the value of attribute number_of_on_calls.
548 549 550 |
# File 'sig/types.rbs', line 548 def number_of_on_calls @number_of_on_calls end |
#recurrence_multiplier ⇒ ::Integer
Returns the value of attribute recurrence_multiplier.
550 551 552 |
# File 'sig/types.rbs', line 550 def recurrence_multiplier @recurrence_multiplier end |
#shift_coverages ⇒ ::Hash[("MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN"), ::Array[Types::CoverageTime]]
Returns the value of attribute shift_coverages.
549 550 551 |
# File 'sig/types.rbs', line 549 def shift_coverages @shift_coverages end |
#weekly_settings ⇒ ::Array[Types::WeeklySetting]
Returns the value of attribute weekly_settings.
546 547 548 |
# File 'sig/types.rbs', line 546 def weekly_settings @weekly_settings end |