Class: Aws::Types::ScheduleConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#schedule ⇒ ::String
Returns the value of attribute schedule.
-
#timezone ⇒ "UTC", ...
Returns the value of attribute timezone.
Instance Attribute Details
#schedule ⇒ ::String
Returns the value of attribute schedule.
5565 5566 5567 |
# File 'sig/types.rbs', line 5565 def schedule @schedule end |
#timezone ⇒ "UTC", ...
Returns the value of attribute timezone.
5564 5565 5566 |
# File 'sig/types.rbs', line 5564 def timezone @timezone end |