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

EntityDescription

import type { EntityDescription } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";

Describes the properties of an entity.

interface EntityDescription {
arn?: string | null;
createdAt?: Date | number | null;
definition?: DefinitionDocument | null;
id?: string | null;
type?: EntityType | null;
}

§Properties

§
arn?: string | null
[src]

The entity ARN.

§
createdAt?: Date | number | null
[src]

The time at which the entity was created.

§
definition?: DefinitionDocument | null
[src]

The definition document of the entity.

§
id?: string | null
[src]

The entity ID.

§
type?: EntityType | null
[src]

The entity type.