Class: Aws::Neptune::Types::PendingMaintenanceActionsMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

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

Returns:

  • (String)


6928
6929
6930
6931
6932
6933
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 6928

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

#pending_maintenance_actionsArray<Types::ResourcePendingMaintenanceActions>

A list of the pending maintenance actions for the resource.



6928
6929
6930
6931
6932
6933
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 6928

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