Class: Aws::DocDB::Types::PendingMaintenanceActionsMessage

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

Overview

Represents the output of DescribePendingMaintenanceActions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords`.

Returns:

  • (String)


5036
5037
5038
5039
5040
5041
# File 'lib/aws-sdk-docdb/types.rb', line 5036

class PendingMaintenanceActionsMessage < Struct.new(
  :pending_maintenance_actions,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#pending_maintenance_actionsArray<Types::ResourcePendingMaintenanceActions>

The maintenance actions to be applied.



5036
5037
5038
5039
5040
5041
# File 'lib/aws-sdk-docdb/types.rb', line 5036

class PendingMaintenanceActionsMessage < Struct.new(
  :pending_maintenance_actions,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end