Class: Aws::Types::ScheduledInstanceRecurrence
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledInstanceRecurrence
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#frequency ⇒ ::String
Returns the value of attribute frequency.
-
#interval ⇒ ::Integer
Returns the value of attribute interval.
-
#occurrence_day_set ⇒ ::Array[::Integer]
Returns the value of attribute occurrence_day_set.
-
#occurrence_relative_to_end ⇒ Boolean
Returns the value of attribute occurrence_relative_to_end.
-
#occurrence_unit ⇒ ::String
Returns the value of attribute occurrence_unit.
Instance Attribute Details
#frequency ⇒ ::String
Returns the value of attribute frequency.
16712 16713 16714 |
# File 'sig/types.rbs', line 16712 def frequency @frequency end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
16713 16714 16715 |
# File 'sig/types.rbs', line 16713 def interval @interval end |
#occurrence_day_set ⇒ ::Array[::Integer]
Returns the value of attribute occurrence_day_set.
16714 16715 16716 |
# File 'sig/types.rbs', line 16714 def occurrence_day_set @occurrence_day_set end |
#occurrence_relative_to_end ⇒ Boolean
Returns the value of attribute occurrence_relative_to_end.
16715 16716 16717 |
# File 'sig/types.rbs', line 16715 def occurrence_relative_to_end @occurrence_relative_to_end end |
#occurrence_unit ⇒ ::String
Returns the value of attribute occurrence_unit.
16716 16717 16718 |
# File 'sig/types.rbs', line 16716 def occurrence_unit @occurrence_unit end |