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

ListTunnelsResponse

import type { ListTunnelsResponse } from "https://aws-api.deno.dev/v0.3/services/iotsecuretunneling.ts?docs=full";
interface ListTunnelsResponse {
nextToken?: string | null;
tunnelSummaries?: TunnelSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

A token to used to retrieve the next set of results.

§
tunnelSummaries?: TunnelSummary[] | null
[src]

A short description of the tunnels in an AWS account.