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.
docdbelastic_list_pending_maintenance_actions(
maxResults = NULL,
nextToken = NULL
)
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.
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
.