Class: Aws::DocDBElastic::Types::ListPendingMaintenanceActionsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An optional pagination token provided by a previous request. If this parameter is displayed, the responses will include only records beyond the marker, up to the value specified by ‘maxResults`.

Returns:

  • (String)


899
900
901
902
903
904
# File 'lib/aws-sdk-docdbelastic/types.rb', line 899

class ListPendingMaintenanceActionsOutput < Struct.new(
  :next_token,
  :resource_pending_maintenance_actions)
  SENSITIVE = []
  include Aws::Structure
end

#resource_pending_maintenance_actionsArray<Types::ResourcePendingMaintenanceAction>

Provides information about a pending maintenance action for a resource.



899
900
901
902
903
904
# File 'lib/aws-sdk-docdbelastic/types.rb', line 899

class ListPendingMaintenanceActionsOutput < Struct.new(
  :next_token,
  :resource_pending_maintenance_actions)
  SENSITIVE = []
  include Aws::Structure
end