Class: Aws::MainframeModernization::Types::MaintenanceSchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::MaintenanceSchedule
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
The information about the maintenance schedule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The time the scheduled maintenance is to end.
-
#start_time ⇒ Time
The time the scheduled maintenance is to start.
Instance Attribute Details
#end_time ⇒ Time
The time the scheduled maintenance is to end.
2574 2575 2576 2577 2578 2579 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2574 class MaintenanceSchedule < Struct.new( :end_time, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time the scheduled maintenance is to start.
2574 2575 2576 2577 2578 2579 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2574 class MaintenanceSchedule < Struct.new( :end_time, :start_time) SENSITIVE = [] include Aws::Structure end |