Class: Aws::Odb::Types::DbServerPatchingDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::DbServerPatchingDetails
- 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
-
#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.
3050 3051 3052 3053 3054 3055 3056 3057 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3050 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.
3050 3051 3052 3053 3054 3055 3056 3057 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3050 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.
3050 3051 3052 3053 3054 3055 3056 3057 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3050 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.
3050 3051 3052 3053 3054 3055 3056 3057 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3050 class DbServerPatchingDetails < Struct.new( :estimated_patch_duration, :patching_status, :time_patching_ended, :time_patching_started) SENSITIVE = [] include Aws::Structure end |