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.
17018 17019 17020 |
# File 'sig/types.rbs', line 17018 def frequency @frequency end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
17019 17020 17021 |
# File 'sig/types.rbs', line 17019 def interval @interval end |
#occurrence_days ⇒ ::Array[::Integer]
Returns the value of attribute occurrence_days.
17020 17021 17022 |
# File 'sig/types.rbs', line 17020 def occurrence_days @occurrence_days end |
#occurrence_relative_to_end ⇒ Boolean
Returns the value of attribute occurrence_relative_to_end.
17021 17022 17023 |
# File 'sig/types.rbs', line 17021 def occurrence_relative_to_end @occurrence_relative_to_end end |
#occurrence_unit ⇒ ::String
Returns the value of attribute occurrence_unit.
17022 17023 17024 |
# File 'sig/types.rbs', line 17022 def occurrence_unit @occurrence_unit end |