You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Route53Resolver::Types::ListResolverRuleAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ListResolverRuleAssociationsResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The value that you specified for
MaxResultsin the request. -
#next_token ⇒ String
If more than
MaxResultsrule associations match the specified criteria, you can submit anotherListResolverRuleAssociationrequest to get the next group of results. -
#resolver_rule_associations ⇒ Array<Types::ResolverRuleAssociation>
The associations that were created between Resolver rules and VPCs using the current AWS account, and that match the specified filters, if any.
Instance Attribute Details
#max_results ⇒ Integer
The value that you specified for MaxResults in the request.
#next_token ⇒ String
If more than MaxResults rule associations match the specified
criteria, you can submit another ListResolverRuleAssociation request
to get the next group of results. In the next request, specify the value
of NextToken from the previous response.
#resolver_rule_associations ⇒ Array<Types::ResolverRuleAssociation>
The associations that were created between Resolver rules and VPCs using the current AWS account, and that match the specified filters, if any.