Learn R Programming

paws.database (version 0.7.0)

timestreamquery_list_scheduled_queries: Gets a list of all scheduled queries in the caller's Amazon account and Region

Description

Gets a list of all scheduled queries in the caller's Amazon account and Region. list_scheduled_queries is eventually consistent.

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

Usage

timestreamquery_list_scheduled_queries(MaxResults = NULL, NextToken = NULL)

Arguments

MaxResults

The maximum number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as the argument to the subsequent call to ListScheduledQueriesRequest.

NextToken

A pagination token to resume pagination.