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

GetEntityRequest

import type { GetEntityRequest } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface GetEntityRequest {
entityId: string;
workspaceId: string;
}

§Properties

§
entityId: string
[src]

The ID of the entity.

§
workspaceId: string
[src]

The ID of the workspace.