Class: Aws::RDS::Types::PendingMaintenanceActionsMessage

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

Overview

Data returned from the DescribePendingMaintenanceActions action.

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)


12030
12031
12032
12033
12034
# File 'lib/aws-sdk-rds/types.rb', line 12030

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

#pending_maintenance_actionsArray<Types::ResourcePendingMaintenanceActions>

A list of the pending maintenance actions for the resource.



12030
12031
12032
12033
12034
# File 'lib/aws-sdk-rds/types.rb', line 12030

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