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

CreateNatGatewayResult

import type { CreateNatGatewayResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreateNatGatewayResult {
ClientToken?: string | null;
NatGateway?: NatGateway | null;
}

§Properties

§
ClientToken?: string | null
[src]

Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.

§
NatGateway?: NatGateway | null
[src]

Information about the NAT gateway.