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

GetSceneResponse

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

§Properties

§
arn: string
[src]

The ARN of the scene.

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

A list of capabilities that the scene uses to render.

§
contentLocation: string
[src]

The relative path that specifies the location of the content definition file.

§
creationDateTime: Date | number
[src]

The date and time when the scene was created.

§
description?: string | null
[src]

The description of the scene.

§
sceneId: string
[src]

The ID of the scene.

§
updateDateTime: Date | number
[src]

The date and time when the scene was last updated.

§
workspaceId: string
[src]

The ID of the workspace that contains the scene.