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

Attribute

import type { Attribute } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";

Contains an asset attribute property. For more information, see Attributes in the IoT SiteWise User Guide.

interface Attribute {
defaultValue?: string | null;
}

§Properties

§
defaultValue?: string | null
[src]

The default value of the asset model property attribute. All assets that you create from the asset model contain this attribute value. You can update an attribute's value after you create an asset. For more information, see Updating attribute values in the IoT SiteWise User Guide.