Class: Aws::Types::ScheduledInstanceRecurrenceRequest
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledInstanceRecurrenceRequest
- 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_days ⇒ ::Array[::Integer]
Returns the value of attribute occurrence_days.
-
#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.
16721 16722 16723 |
# File 'sig/types.rbs', line 16721 def frequency @frequency end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
16722 16723 16724 |
# File 'sig/types.rbs', line 16722 def interval @interval end |
#occurrence_days ⇒ ::Array[::Integer]
Returns the value of attribute occurrence_days.
16723 16724 16725 |
# File 'sig/types.rbs', line 16723 def occurrence_days @occurrence_days end |
#occurrence_relative_to_end ⇒ Boolean
Returns the value of attribute occurrence_relative_to_end.
16724 16725 16726 |
# File 'sig/types.rbs', line 16724 def occurrence_relative_to_end @occurrence_relative_to_end end |
#occurrence_unit ⇒ ::String
Returns the value of attribute occurrence_unit.
16725 16726 16727 |
# File 'sig/types.rbs', line 16725 def occurrence_unit @occurrence_unit end |