timestreamquery_list_scheduled_queries {paws.database} | R Documentation |
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 |
A pagination token to resume pagination. |
[Package paws.database version 0.9.0 Index]