class Aws::IoTSiteWise::Types::AssetModelHierarchy

Describes an asset hierarchy that contains a hierarchy's name, ID, and child asset model ID that specifies the type of asset that can be in this hierarchy.

@note When making an API call, you may pass AssetModelHierarchy

data as a hash:

    {
      id: "ID",
      name: "Name", # required
      child_asset_model_id: "ID", # required
    }

@!attribute [rw] id

The ID of the asset model hierarchy. This ID is a `hierarchyId`.
@return [String]

@!attribute [rw] name

The name of the asset model hierarchy that you specify by using the
[CreateAssetModel][1] or [UpdateAssetModel][2] API operation.

[1]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_CreateAssetModel.html
[2]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetModel.html
@return [String]

@!attribute [rw] child_asset_model_id

The ID of the asset model. All assets in this hierarchy must be
instances of the `childAssetModelId` asset model.
@return [String]

Constants

SENSITIVE