Class: Aws::Types::ScheduledInstanceRecurrenceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#frequency::String

Returns the value of attribute frequency.

Returns:

  • (::String)


16721
16722
16723
# File 'sig/types.rbs', line 16721

def frequency
  @frequency
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


16722
16723
16724
# File 'sig/types.rbs', line 16722

def interval
  @interval
end

#occurrence_days::Array[::Integer]

Returns the value of attribute occurrence_days.

Returns:

  • (::Array[::Integer])


16723
16724
16725
# File 'sig/types.rbs', line 16723

def occurrence_days
  @occurrence_days
end

#occurrence_relative_to_endBoolean

Returns the value of attribute occurrence_relative_to_end.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


16725
16726
16727
# File 'sig/types.rbs', line 16725

def occurrence_unit
  @occurrence_unit
end