Class: Aws::Types::ScheduledInstanceRecurrence

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)


17009
17010
17011
# File 'sig/types.rbs', line 17009

def frequency
  @frequency
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


17010
17011
17012
# File 'sig/types.rbs', line 17010

def interval
  @interval
end

#occurrence_day_set::Array[::Integer]

Returns the value of attribute occurrence_day_set.

Returns:

  • (::Array[::Integer])


17011
17012
17013
# File 'sig/types.rbs', line 17011

def occurrence_day_set
  @occurrence_day_set
end

#occurrence_relative_to_endBoolean

Returns the value of attribute occurrence_relative_to_end.

Returns:

  • (Boolean)


17012
17013
17014
# File 'sig/types.rbs', line 17012

def occurrence_relative_to_end
  @occurrence_relative_to_end
end

#occurrence_unit::String

Returns the value of attribute occurrence_unit.

Returns:

  • (::String)


17013
17014
17015
# File 'sig/types.rbs', line 17013

def occurrence_unit
  @occurrence_unit
end