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

DescribeSubnetGroupsResponse

import type { DescribeSubnetGroupsResponse } from "https://aws-api.deno.dev/v0.3/services/dax.ts?docs=full";
interface DescribeSubnetGroupsResponse {
NextToken?: string | null;
SubnetGroups?: SubnetGroup[] | null;
}

§Properties

§
NextToken?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.

§
SubnetGroups?: SubnetGroup[] | null
[src]

An array of subnet groups. Each element in the array represents a single subnet group.