Returns a list of scheduled actions
Source:R/redshiftserverless_operations.R
redshiftserverless_list_scheduled_actions.RdReturns a list of scheduled actions. You can use the flags to filter the list of returned scheduled actions.
See https://www.paws-r-sdk.com/docs/redshiftserverless_list_scheduled_actions/ for full documentation.
Usage
redshiftserverless_list_scheduled_actions(
maxResults = NULL,
namespaceName = NULL,
nextToken = NULL
)Arguments
- maxResults
An optional parameter that specifies the maximum number of results to return. Use
nextTokento display the next page of results.- namespaceName
The name of namespace associated with the scheduled action to retrieve.
- nextToken
If
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.