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

DescribeAssetPropertyResponse

import type { DescribeAssetPropertyResponse } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface DescribeAssetPropertyResponse {
assetId: string;
assetModelId: string;
assetName: string;
assetProperty?: Property | null;
compositeModel?: CompositeModelProperty | null;
}

§Properties

§
assetId: string
[src]

The ID of the asset.

§
assetModelId: string
[src]

The ID of the asset model.

§
assetName: string
[src]

The name of the asset.

§
assetProperty?: Property | null
[src]

The asset property's definition, alias, and notification state.

This response includes this object for normal asset properties. If you describe an asset property in a composite model, this response includes the asset property information in compositeModel.

§
compositeModel?: CompositeModelProperty | null
[src]

The composite asset model that declares this asset property, if this asset property exists in a composite model.