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

GetNetworkRoutesResponse

import type { GetNetworkRoutesResponse } from "https://aws-api.deno.dev/v0.3/services/networkmanager.ts?docs=full";
interface GetNetworkRoutesResponse {
CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier | null;
NetworkRoutes?: NetworkRoute[] | null;
RouteTableArn?: string | null;
RouteTableTimestamp?: Date | number | null;
RouteTableType?: RouteTableType | null;
}

§Properties

§
CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier | null
[src]

Describes a core network segment edge.

§
NetworkRoutes?: NetworkRoute[] | null
[src]

The network routes.

§
RouteTableArn?: string | null
[src]

The ARN of the route table.

§
RouteTableTimestamp?: Date | number | null
[src]

The route table creation time.

§
RouteTableType?: RouteTableType | null
[src]

The route table type.