Class: Aws::Types::SchedulingConfig
- Inherits:
-
Object
- Object
- Aws::Types::SchedulingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_behavior ⇒ "STOP_ROLLOUT", ...
Returns the value of attribute end_behavior.
-
#end_time ⇒ ::String
Returns the value of attribute end_time.
-
#maintenance_windows ⇒ ::Array[Types::MaintenanceWindow]
Returns the value of attribute maintenance_windows.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
Instance Attribute Details
#end_behavior ⇒ "STOP_ROLLOUT", ...
Returns the value of attribute end_behavior.
4408 4409 4410 |
# File 'sig/types.rbs', line 4408 def end_behavior @end_behavior end |
#end_time ⇒ ::String
Returns the value of attribute end_time.
4407 4408 4409 |
# File 'sig/types.rbs', line 4407 def end_time @end_time end |
#maintenance_windows ⇒ ::Array[Types::MaintenanceWindow]
Returns the value of attribute maintenance_windows.
4409 4410 4411 |
# File 'sig/types.rbs', line 4409 def maintenance_windows @maintenance_windows end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
4406 4407 4408 |
# File 'sig/types.rbs', line 4406 def start_time @start_time end |