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

ListCidrCollectionsResponse

import type { ListCidrCollectionsResponse } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";
interface ListCidrCollectionsResponse {
CidrCollections: CollectionSummary[];
NextToken?: string | null;
}

§Properties

§
CidrCollections: CollectionSummary[]
[src]

A complex type with information about the CIDR collection.

§
NextToken?: string | null
[src]

An opaque pagination token to indicate where the service is to begin enumerating results.

If no value is provided, the listing of results starts from the beginning.