Class: Aws::Types::WindowMaintenanceSchedule
- Inherits:
-
Object
- Object
- Aws::Types::WindowMaintenanceSchedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end ⇒ ::Time
Returns the value of attribute end.
-
#scheduled_time ⇒ ::Time
Returns the value of attribute scheduled_time.
-
#start ⇒ ::Time
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ ::Time
Returns the value of attribute end.
2715 2716 2717 |
# File 'sig/types.rbs', line 2715 def end @end end |
#scheduled_time ⇒ ::Time
Returns the value of attribute scheduled_time.
2716 2717 2718 |
# File 'sig/types.rbs', line 2716 def scheduled_time @scheduled_time end |
#start ⇒ ::Time
Returns the value of attribute start.
2714 2715 2716 |
# File 'sig/types.rbs', line 2714 def start @start end |