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

ListGatewaysResponse

import type { ListGatewaysResponse } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface ListGatewaysResponse {
Gateways?: GatewaySummary[] | null;
NextToken?: string | null;
}

§Properties

§
Gateways?: GatewaySummary[] | null
[src]

The gateways in the list.

§
NextToken?: string | null
[src]

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