Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListResolverRuleAssociationsResponse

import type { ListResolverRuleAssociationsResponse } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface ListResolverRuleAssociationsResponse {
MaxResults?: number | null;
NextToken?: string | null;
ResolverRuleAssociations?: ResolverRuleAssociation[] | null;
}

§Properties

§
MaxResults?: number | null
[src]

The value that you specified for MaxResults in the request.

§
NextToken?: string | null
[src]

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.

§
ResolverRuleAssociations?: ResolverRuleAssociation[] | null
[src]

The associations that were created between Resolver rules and VPCs using the current Amazon Web Services account, and that match the specified filters, if any.