class Aws::IoTSiteWise::Types::AssetModelHierarchyDefinition

Contains an asset model hierarchy used in asset model creation. An asset model hierarchy determines the kind (or type) of asset that can belong to a hierarchy.

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

data as a hash:

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

@!attribute [rw] name

The name of the asset model hierarchy definition (as specified in
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 an asset model for this hierarchy.
@return [String]

Constants

SENSITIVE