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

DescribeDirectConnectGatewayAttachmentsRequest

import type { DescribeDirectConnectGatewayAttachmentsRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface DescribeDirectConnectGatewayAttachmentsRequest {
directConnectGatewayId?: string | null;
maxResults?: number | null;
nextToken?: string | null;
virtualInterfaceId?: string | null;
}

§Properties

§
directConnectGatewayId?: string | null
[src]

The ID of the Direct Connect gateway.

§
maxResults?: number | null
[src]

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

If MaxResults is given a value larger than 100, only 100 results are returned.

§
nextToken?: string | null
[src]

The token provided in the previous call to retrieve the next page.

§
virtualInterfaceId?: string | null
[src]

The ID of the virtual interface.