Class: Aws::Types::ScheduleConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interval ⇒ ::Integer
Returns the value of attribute interval.
-
#unit ⇒ "HOURLY"
Returns the value of attribute unit.
Instance Attribute Details
#interval ⇒ ::Integer
Returns the value of attribute interval.
2573 2574 2575 |
# File 'sig/types.rbs', line 2573 def interval @interval end |
#unit ⇒ "HOURLY"
Returns the value of attribute unit.
2574 2575 2576 |
# File 'sig/types.rbs', line 2574 def unit @unit end |