Class: Aws::MainframeModernization::Types::PendingMaintenance

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb

Overview

The scheduled maintenance for a runtime engine.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#engine_versionString

The specific runtime engine that the maintenance schedule applies to.

Returns:

  • (String)


2468
2469
2470
2471
2472
2473
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2468

class PendingMaintenance < Struct.new(
  :engine_version,
  :schedule)
  SENSITIVE = []
  include Aws::Structure
end

#scheduleTypes::MaintenanceSchedule

The maintenance schedule for the runtime engine version.



2468
2469
2470
2471
2472
2473
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2468

class PendingMaintenance < Struct.new(
  :engine_version,
  :schedule)
  SENSITIVE = []
  include Aws::Structure
end