Class: Aws::Types::RecurrencePattern

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#by_month::Array[::Integer]

Returns the value of attribute by_month.

Returns:

  • (::Array[::Integer])


6536
6537
6538
# File 'sig/types.rbs', line 6536

def by_month
  @by_month
end

#by_month_day::Array[::Integer]

Returns the value of attribute by_month_day.

Returns:

  • (::Array[::Integer])


6537
6538
6539
# File 'sig/types.rbs', line 6537

def by_month_day
  @by_month_day
end

#by_weekday_occurrence::Array[::Integer]

Returns the value of attribute by_weekday_occurrence.

Returns:

  • (::Array[::Integer])


6538
6539
6540
# File 'sig/types.rbs', line 6538

def by_weekday_occurrence
  @by_weekday_occurrence
end

#frequency"WEEKLY", ...

Returns the value of attribute frequency.

Returns:

  • ("WEEKLY", "MONTHLY", "YEARLY")


6534
6535
6536
# File 'sig/types.rbs', line 6534

def frequency
  @frequency
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


6535
6536
6537
# File 'sig/types.rbs', line 6535

def interval
  @interval
end