You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTSiteWise::Types::AssetModelHierarchy

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AssetModelHierarchy as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#child_asset_model_idString

The ID of the asset model. All assets in this hierarchy must be instances of the childAssetModelId asset model.

Returns:

  • (String)

    The ID of the asset model.

#idString

The ID of the asset model hierarchy. This ID is a hierarchyId.

Returns:

  • (String)

    The ID of the asset model hierarchy.

#nameString

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

Returns:

  • (String)

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