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

DescribeDirectConnectGatewayAttachmentsResult

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

§Properties

§
directConnectGatewayAttachments?: DirectConnectGatewayAttachment[] | null
[src]

The attachments.

§
nextToken?: string | null
[src]

The token to retrieve the next page.