Class: Aws::MainframeModernization::Types::MaintenanceSchedule

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_timeTime

The time the scheduled maintenance is to end.

Returns:

  • (Time)


2559
2560
2561
2562
2563
2564
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2559

class MaintenanceSchedule < Struct.new(
  :end_time,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time the scheduled maintenance is to start.

Returns:

  • (Time)


2559
2560
2561
2562
2563
2564
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2559

class MaintenanceSchedule < Struct.new(
  :end_time,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end