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)


4891
4892
4893
4894
4895
4896
# File 'lib/aws-sdk-docdb/types.rb', line 4891

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

#pending_maintenance_actionsArray<Types::ResourcePendingMaintenanceActions>

The maintenance actions to be applied.



4891
4892
4893
4894
4895
4896
# File 'lib/aws-sdk-docdb/types.rb', line 4891

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