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

GetWorkspaceResponse

import type { GetWorkspaceResponse } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface GetWorkspaceResponse {
arn: string;
creationDateTime: Date | number;
description?: string | null;
role: string;
s3Location: string;
updateDateTime: Date | number;
workspaceId: string;
}

§Properties

§
arn: string
[src]

The ARN of the workspace.

§
creationDateTime: Date | number
[src]

The date and time when the workspace was created.

§
description?: string | null
[src]

The description of the workspace.

§
role: string
[src]

The ARN of the execution role associated with the workspace.

§
s3Location: string
[src]

The ARN of the S3 bucket where resources associated with the workspace are stored.

§
updateDateTime: Date | number
[src]

The date and time when the workspace was last updated.

§
workspaceId: string
[src]

The ID of the workspace.