Class: Aws::Types::RecurrencePattern
- Inherits:
-
Object
- Object
- Aws::Types::RecurrencePattern
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#by_month ⇒ ::Array[::Integer]
Returns the value of attribute by_month.
-
#by_month_day ⇒ ::Array[::Integer]
Returns the value of attribute by_month_day.
-
#by_weekday_occurrence ⇒ ::Array[::Integer]
Returns the value of attribute by_weekday_occurrence.
-
#frequency ⇒ "WEEKLY", ...
Returns the value of attribute frequency.
-
#interval ⇒ ::Integer
Returns the value of attribute interval.
Instance Attribute Details
#by_month ⇒ ::Array[::Integer]
Returns the value of attribute by_month.
6911 6912 6913 |
# File 'sig/types.rbs', line 6911 def by_month @by_month end |
#by_month_day ⇒ ::Array[::Integer]
Returns the value of attribute by_month_day.
6912 6913 6914 |
# File 'sig/types.rbs', line 6912 def by_month_day @by_month_day end |
#by_weekday_occurrence ⇒ ::Array[::Integer]
Returns the value of attribute by_weekday_occurrence.
6913 6914 6915 |
# File 'sig/types.rbs', line 6913 def by_weekday_occurrence @by_weekday_occurrence end |
#frequency ⇒ "WEEKLY", ...
Returns the value of attribute frequency.
6909 6910 6911 |
# File 'sig/types.rbs', line 6909 def frequency @frequency end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
6910 6911 6912 |
# File 'sig/types.rbs', line 6910 def interval @interval end |