Class: Aws::Types::ScheduleConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


2573
2574
2575
# File 'sig/types.rbs', line 2573

def interval
  @interval
end

#unit"HOURLY"

Returns the value of attribute unit.

Returns:

  • ("HOURLY")


2574
2575
2576
# File 'sig/types.rbs', line 2574

def unit
  @unit
end