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

ModifyLocalGatewayRouteResult

import type { ModifyLocalGatewayRouteResult } from "https://aws-api.deno.dev/v0.4/services/ec2.ts?docs=full";
interface ModifyLocalGatewayRouteResult {
Route?: LocalGatewayRoute | null;
}

§Properties

§
Route?: LocalGatewayRoute | null
[src]

Information about the local gateway route table.