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

ListGatewaysRequest

import type { ListGatewaysRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface ListGatewaysRequest {
GatewayGroupArn?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
GatewayGroupArn?: string | null
[src]

The gateway group ARN for which to list gateways.

§
MaxResults?: number | null
[src]

The maximum number of gateway summaries to return. The default is 50.

§
NextToken?: string | null
[src]

The token used to paginate though multiple pages of gateway summaries.