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.
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_status ⇒ String
The status of the patching operation. Possible values are
SCHEDULED
, MAINTENANCE_IN_PROGRESS
, FAILED
, and COMPLETE
.
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_ended ⇒ String
The time when the patching operation ended.
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_started ⇒ String
The time when the patching operation started.
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 |