Learn R Programming

paws.database (version 0.9.0)

docdbelastic_list_pending_maintenance_actions: Retrieves a list of all maintenance actions that are pending

Description

Retrieves a list of all maintenance actions that are pending.

See https://www.paws-r-sdk.com/docs/docdbelastic_list_pending_maintenance_actions/ for full documentation.

Usage

docdbelastic_list_pending_maintenance_actions(
  maxResults = NULL,
  nextToken = NULL
)

Arguments

maxResults

The maximum number of results to include in the response. If more records exist than the specified maxResults value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.

nextToken

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 maxResults.