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

DescribeDirectConnectGatewaysResult

import type { DescribeDirectConnectGatewaysResult } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface DescribeDirectConnectGatewaysResult {
directConnectGateways?: DirectConnectGateway[] | null;
nextToken?: string | null;
}

§Properties

§
directConnectGateways?: DirectConnectGateway[] | null
[src]

The Direct Connect gateways.

§
nextToken?: string | null
[src]

The token to retrieve the next page.