Class: Aws::DocDBElastic::Types::PendingMaintenanceActionDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-docdbelastic/types.rb

Overview

Retrieves the details of maintenance actions that are pending.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

Displays the specific action of a pending maintenance action.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
976
# File 'lib/aws-sdk-docdbelastic/types.rb', line 967

class PendingMaintenanceActionDetails < Struct.new(
  :action,
  :auto_applied_after_date,
  :current_apply_date,
  :description,
  :forced_apply_date,
  :opt_in_status)
  SENSITIVE = []
  include Aws::Structure
end

#auto_applied_after_dateString

Displays the date of the maintenance window when the action is applied. The maintenance action is applied to the resource during its first maintenance window after this date. If this date is specified, any ‘NEXT_MAINTENANCE` `optInType` requests are ignored.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
976
# File 'lib/aws-sdk-docdbelastic/types.rb', line 967

class PendingMaintenanceActionDetails < Struct.new(
  :action,
  :auto_applied_after_date,
  :current_apply_date,
  :description,
  :forced_apply_date,
  :opt_in_status)
  SENSITIVE = []
  include Aws::Structure
end

#current_apply_dateString

Displays the effective date when the pending maintenance action is applied to the resource.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
976
# File 'lib/aws-sdk-docdbelastic/types.rb', line 967

class PendingMaintenanceActionDetails < Struct.new(
  :action,
  :auto_applied_after_date,
  :current_apply_date,
  :description,
  :forced_apply_date,
  :opt_in_status)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Displays a description providing more detail about the maintenance action.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
976
# File 'lib/aws-sdk-docdbelastic/types.rb', line 967

class PendingMaintenanceActionDetails < Struct.new(
  :action,
  :auto_applied_after_date,
  :current_apply_date,
  :description,
  :forced_apply_date,
  :opt_in_status)
  SENSITIVE = []
  include Aws::Structure
end

#forced_apply_dateString

Displays the date when the maintenance action is automatically applied. The maintenance action is applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any ‘IMMEDIATE` `optInType` requests are ignored.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
976
# File 'lib/aws-sdk-docdbelastic/types.rb', line 967

class PendingMaintenanceActionDetails < Struct.new(
  :action,
  :auto_applied_after_date,
  :current_apply_date,
  :description,
  :forced_apply_date,
  :opt_in_status)
  SENSITIVE = []
  include Aws::Structure
end

#opt_in_statusString

Displays the type of ‘optInType` request that has been received for the resource.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
976
# File 'lib/aws-sdk-docdbelastic/types.rb', line 967

class PendingMaintenanceActionDetails < Struct.new(
  :action,
  :auto_applied_after_date,
  :current_apply_date,
  :description,
  :forced_apply_date,
  :opt_in_status)
  SENSITIVE = []
  include Aws::Structure
end