class Aws::Route53Resolver::Types::ListResolverRuleAssociationsRequest
@note When making an API call, you may pass ListResolverRuleAssociationsRequest
data as a hash: { max_results: 1, next_token: "NextToken", filters: [ { name: "FilterName", values: ["FilterValue"], }, ], }
@!attribute [rw] max_results
The maximum number of rule associations that you want to return in the response to a `ListResolverRuleAssociations` request. If you don't specify a value for `MaxResults`, Resolver returns up to 100 rule associations. @return [Integer]
@!attribute [rw] next_token
For the first `ListResolverRuleAssociation` request, omit this value. If you have more than `MaxResults` rule associations, you can submit another `ListResolverRuleAssociation` request to get the next group of rule associations. 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 Resolver rules that are associated with the same VPC ID. <note markdown="1"> If you submit a second or subsequent `ListResolverRuleAssociations` 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/ListResolverRuleAssociationsRequest AWS API Documentation
Constants
- SENSITIVE