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

ListIpRoutesRequest

import type { ListIpRoutesRequest } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface ListIpRoutesRequest {
DirectoryId: string;
Limit?: number | null;
NextToken?: string | null;
}

§Properties

§
DirectoryId: string
[src]

Identifier (ID) of the directory for which you want to retrieve the IP addresses.

§
Limit?: number | null
[src]

Maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.

§
NextToken?: string | null
[src]

The ListIpRoutes.NextToken value from a previous call to "ListIpRoutes". Pass null if this is the first call.