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

AssetRelationshipSummary

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

Contains information about assets that are related to one another.

interface AssetRelationshipSummary {
hierarchyInfo?: AssetHierarchyInfo | null;
relationshipType: AssetRelationshipType;
}

§Properties

§
hierarchyInfo?: AssetHierarchyInfo | null
[src]

The assets that are related through an asset hierarchy.

This object is present if the relationshipType is HIERARCHY.

§
relationshipType: AssetRelationshipType
[src]

The relationship type of the assets in this relationship. This value is one of the following:

  • HIERARCHY – The assets are related through an asset hierarchy. If you specify this relationship type, this asset relationship includes the hierarchyInfo object.