Class: Aws::Odb::Types::DbServerPatchingDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::DbServerPatchingDetails
- Includes:
- Structure
- Defined in:
- 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
-
#estimated_patch_duration ⇒ Integer
Estimated time, in minutes, to patch one database server.
-
#patching_status ⇒ String
The status of the patching operation.
-
#time_patching_ended ⇒ String
The time when the patching operation ended.
-
#time_patching_started ⇒ String
The time when the patching operation started.
Instance Attribute Details
#estimated_patch_duration ⇒ Integer
Estimated time, in minutes, to patch one database server.
2996 2997 2998 2999 3000 3001 3002 3003 |
# File 'lib/aws-sdk-odb/types.rb', line 2996 class DbServerPatchingDetails < Struct.new( :estimated_patch_duration, :patching_status, :time_patching_ended, :time_patching_started) SENSITIVE = [] include Aws::Structure end |
#patching_status ⇒ String
The status of the patching operation. Possible values are ‘SCHEDULED`, `MAINTENANCE_IN_PROGRESS`, `FAILED`, and `COMPLETE`.
2996 2997 2998 2999 3000 3001 3002 3003 |
# File 'lib/aws-sdk-odb/types.rb', line 2996 class DbServerPatchingDetails < Struct.new( :estimated_patch_duration, :patching_status, :time_patching_ended, :time_patching_started) SENSITIVE = [] include Aws::Structure end |
#time_patching_ended ⇒ String
The time when the patching operation ended.
2996 2997 2998 2999 3000 3001 3002 3003 |
# File 'lib/aws-sdk-odb/types.rb', line 2996 class DbServerPatchingDetails < Struct.new( :estimated_patch_duration, :patching_status, :time_patching_ended, :time_patching_started) SENSITIVE = [] include Aws::Structure end |
#time_patching_started ⇒ String
The time when the patching operation started.
2996 2997 2998 2999 3000 3001 3002 3003 |
# File 'lib/aws-sdk-odb/types.rb', line 2996 class DbServerPatchingDetails < Struct.new( :estimated_patch_duration, :patching_status, :time_patching_ended, :time_patching_started) SENSITIVE = [] include Aws::Structure end |