Learn R Programming

paws.management (version 0.1.10)

configservice_list_stored_queries: List the stored queries for an AWS account in an AWS Region

Description

List the stored queries for an AWS account in an AWS 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.

Request syntax

svc$list_stored_queries(
  NextToken = "string",
  MaxResults = 123
)