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

IpRouteInfo

import type { IpRouteInfo } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/directoryservice.ts";
interface IpRouteInfo {
AddedDateTime?: Date | number | null;
CidrIp?: string | null;
Description?: string | null;
DirectoryId?: string | null;
IpRouteStatusMsg?: IpRouteStatusMsg | null;
IpRouteStatusReason?: string | null;
}

§Properties

§
AddedDateTime?: Date | number | null
[src]
§
CidrIp?: string | null
[src]
§
Description?: string | null
[src]
§
DirectoryId?: string | null
[src]
§
IpRouteStatusMsg?: IpRouteStatusMsg | null
[src]
§
IpRouteStatusReason?: string | null
[src]