You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Route53Resolver::Types::ListResolverRuleAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ListResolverRuleAssociationsRequest
- Defined in:
- (unknown)
Overview
When passing ListResolverRuleAssociationsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
max_results: 1,
next_token: "NextToken",
filters: [
{
name: "FilterName",
values: ["FilterValue"],
},
],
}
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
An optional specification to return a subset of Resolver rules, such as Resolver rules that are associated with the same VPC ID.
-
#max_results ⇒ Integer
The maximum number of rule associations that you want to return in the response to a
ListResolverRuleAssociationsrequest. -
#next_token ⇒ String
For the first
ListResolverRuleAssociationrequest, omit this value.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
An optional specification to return a subset of Resolver rules, such as Resolver rules that are associated with the same VPC ID.
ListResolverRuleAssociations
request and specify the NextToken parameter, you must use the same
values for Filters, if any, as in the previous request.
#max_results ⇒ Integer
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.
#next_token ⇒ String
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.