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
- Struct
- Aws::IoTSiteWise::Types::AssetModelHierarchy
- Defined in:
- (unknown)
Overview
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
-
#child_asset_model_id ⇒ String
The ID of the asset model.
-
#id ⇒ String
The ID of the asset model hierarchy.
-
#name ⇒ String
The name of the asset model hierarchy that you specify by using the [CreateAssetModel][1] or [UpdateAssetModel][2] API operation.
Instance Attribute Details
#child_asset_model_id ⇒ String
The ID of the asset model. All assets in this hierarchy must be
instances of the childAssetModelId
asset model.
#id ⇒ String
The ID of the asset model hierarchy. This ID is a hierarchyId
.
#name ⇒ String
The name of the asset model hierarchy that you specify by using the CreateAssetModel or UpdateAssetModel API operation.