Workspace
import type { Workspace } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/workspaces.ts";interface Workspace {
BundleId?: string | null;
ComputerName?: string | null;
DirectoryId?: string | null;
ErrorCode?: string | null;
ErrorMessage?: string | null;
IpAddress?: string | null;
ModificationStates?: ModificationState[] | null;
RootVolumeEncryptionEnabled?: boolean | null;
State?: WorkspaceState | null;
SubnetId?: string | null;
UserName?: string | null;
UserVolumeEncryptionEnabled?: boolean | null;
VolumeEncryptionKey?: string | null;
WorkspaceId?: string | null;
WorkspaceProperties?: WorkspaceProperties | null;
}§Properties
§
ModificationStates?: ModificationState[] | null
[src]§
State?: WorkspaceState | null
[src]§
WorkspaceProperties?: WorkspaceProperties | null
[src]