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

DescribeDirectConnectGatewayAssociationsResult

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

§Properties

§
directConnectGatewayAssociations?: DirectConnectGatewayAssociation[] | null
[src]

Information about the associations.

§
nextToken?: string | null
[src]

The token to retrieve the next page.