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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-docdb/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)


4814
4815
4816
4817
4818
4819
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 4814

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

#pending_maintenance_actionsArray<Types::ResourcePendingMaintenanceActions>

The maintenance actions to be applied.



4814
4815
4816
4817
4818
4819
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 4814

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