Class: Aws::Types::DbServerPatchingDetails
- Inherits:
-
Object
- Object
- Aws::Types::DbServerPatchingDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#estimated_patch_duration ⇒ ::Integer
Returns the value of attribute estimated_patch_duration.
-
#patching_status ⇒ "COMPLETE", ...
Returns the value of attribute patching_status.
-
#time_patching_ended ⇒ ::String
Returns the value of attribute time_patching_ended.
-
#time_patching_started ⇒ ::String
Returns the value of attribute time_patching_started.
Instance Attribute Details
#estimated_patch_duration ⇒ ::Integer
Returns the value of attribute estimated_patch_duration.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def estimated_patch_duration @estimated_patch_duration end |
#patching_status ⇒ "COMPLETE", ...
Returns the value of attribute patching_status.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def patching_status @patching_status end |
#time_patching_ended ⇒ ::String
Returns the value of attribute time_patching_ended.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def time_patching_ended @time_patching_ended end |
#time_patching_started ⇒ ::String
Returns the value of attribute time_patching_started.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def time_patching_started @time_patching_started end |