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)


17357
17358
17359
# File 'sig/types.rbs', line 17357

def frequency
  @frequency
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


17358
17359
17360
# File 'sig/types.rbs', line 17358

def interval
  @interval
end

#occurrence_days::Array[::Integer]

Returns the value of attribute occurrence_days.

Returns:

  • (::Array[::Integer])


17359
17360
17361
# File 'sig/types.rbs', line 17359

def occurrence_days
  @occurrence_days
end

#occurrence_relative_to_endBoolean

Returns the value of attribute occurrence_relative_to_end.

Returns:

  • (Boolean)


17360
17361
17362
# File 'sig/types.rbs', line 17360

def occurrence_relative_to_end
  @occurrence_relative_to_end
end

#occurrence_unit::String

Returns the value of attribute occurrence_unit.

Returns:

  • (::String)


17361
17362
17363
# File 'sig/types.rbs', line 17361

def occurrence_unit
  @occurrence_unit
end