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

ListWorkspacesResponse

import type { ListWorkspacesResponse } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface ListWorkspacesResponse {
nextToken?: string | null;
workspaceSummaries?: WorkspaceSummary[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The string that specifies the next page of results.

§
workspaceSummaries?: WorkspaceSummary[] | null
[src]

A list of objects that contain information about the workspaces.