Class: Aws::Types::DbServerPatchingDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_patch_duration::Integer

Returns the value of attribute estimated_patch_duration.

Returns:

  • (::Integer)


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.

Returns:

  • ("COMPLETE", "FAILED", "MAINTENANCE_IN_PROGRESS", "SCHEDULED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def time_patching_started
  @time_patching_started
end