Class: Aws::Odb::Types::DbServerPatchingDetails

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

Overview

The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_patch_durationInteger

Estimated time, in minutes, to patch one database server.

Returns:

  • (Integer)


2896
2897
2898
2899
2900
2901
2902
2903
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2896

class DbServerPatchingDetails < Struct.new(
  :estimated_patch_duration,
  :patching_status,
  :time_patching_ended,
  :time_patching_started)
  SENSITIVE = []
  include Aws::Structure
end

#patching_statusString

The status of the patching operation. Possible values are SCHEDULED, MAINTENANCE_IN_PROGRESS, FAILED, and COMPLETE.

Returns:

  • (String)


2896
2897
2898
2899
2900
2901
2902
2903
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2896

class DbServerPatchingDetails < Struct.new(
  :estimated_patch_duration,
  :patching_status,
  :time_patching_ended,
  :time_patching_started)
  SENSITIVE = []
  include Aws::Structure
end

#time_patching_endedString

The time when the patching operation ended.

Returns:

  • (String)


2896
2897
2898
2899
2900
2901
2902
2903
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2896

class DbServerPatchingDetails < Struct.new(
  :estimated_patch_duration,
  :patching_status,
  :time_patching_ended,
  :time_patching_started)
  SENSITIVE = []
  include Aws::Structure
end

#time_patching_startedString

The time when the patching operation started.

Returns:

  • (String)


2896
2897
2898
2899
2900
2901
2902
2903
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2896

class DbServerPatchingDetails < Struct.new(
  :estimated_patch_duration,
  :patching_status,
  :time_patching_ended,
  :time_patching_started)
  SENSITIVE = []
  include Aws::Structure
end