List Stored Queries
configservice_list_stored_queries | R Documentation |
Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region¶
Description¶
Lists the stored queries for a single Amazon Web Services account and a single Amazon Web Services Region. The default is 100.
Usage¶
configservice_list_stored_queries(NextToken, MaxResults)
Arguments¶
NextToken |
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response. |
MaxResults |
The maximum number of results to be returned with a single call. |
Value¶
A list with the following syntax:
list(
StoredQueryMetadata = list(
list(
QueryId = "string",
QueryArn = "string",
QueryName = "string",
Description = "string"
)
),
NextToken = "string"
)
Request syntax¶
svc$list_stored_queries(
NextToken = "string",
MaxResults = 123
)