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

DescribeWorkspacesRequest

import type { DescribeWorkspacesRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/workspaces.ts";
interface DescribeWorkspacesRequest {
BundleId?: string | null;
DirectoryId?: string | null;
Limit?: number | null;
NextToken?: string | null;
UserName?: string | null;
WorkspaceIds?: string[] | null;
}

§Properties

§
BundleId?: string | null
[src]
§
DirectoryId?: string | null
[src]
§
Limit?: number | null
[src]
§
NextToken?: string | null
[src]
§
UserName?: string | null
[src]
§
WorkspaceIds?: string[] | null
[src]