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

DescribeWorkspaceDirectoriesRequest

import type { DescribeWorkspaceDirectoriesRequest } from "https://aws-api.deno.dev/v0.3/services/workspaces.ts?docs=full";
interface DescribeWorkspaceDirectoriesRequest {
DirectoryIds?: string[] | null;
Limit?: number | null;
NextToken?: string | null;
}

§Properties

§
DirectoryIds?: string[] | null
[src]

The identifiers of the directories. If the value is null, all directories are retrieved.

§
Limit?: number | null
[src]

The maximum number of directories to return.

§
NextToken?: string | null
[src]

If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.