class Aws::Route53Resolver::Types::ListResolverRulesRequest
@note When making an API call, you may pass ListResolverRulesRequest
data as a hash: { max_results: 1, next_token: "NextToken", filters: [ { name: "FilterName", values: ["FilterValue"], }, ], }
@!attribute [rw] max_results
The maximum number of Resolver rules that you want to return in the response to a `ListResolverRules` request. If you don't specify a value for `MaxResults`, Resolver returns up to 100 Resolver rules. @return [Integer]
@!attribute [rw] next_token
For the first `ListResolverRules` request, omit this value. If you have more than `MaxResults` Resolver rules, you can submit another `ListResolverRules` request to get the next group of Resolver rules. In the next request, specify the value of `NextToken` from the previous response. @return [String]
@!attribute [rw] filters
An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated with the same Resolver endpoint. <note markdown="1"> If you submit a second or subsequent `ListResolverRules` request and specify the `NextToken` parameter, you must use the same values for `Filters`, if any, as in the previous request. </note> @return [Array<Types::Filter>]
@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListResolverRulesRequest AWS API Documentation
Constants
- SENSITIVE