You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTSiteWise::Types::AssetModelHierarchyDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetModelHierarchyDefinition
- Defined in:
- (unknown)
Overview
Note:
When passing AssetModelHierarchyDefinition as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "Name", # required
child_asset_model_id: "ID", # required
}
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.
Instance Attribute Summary collapse
-
#child_asset_model_id ⇒ String
The ID of an asset model for this hierarchy.
-
#name ⇒ String
The name of the asset model hierarchy definition (as specified in the [CreateAssetModel][1] or [UpdateAssetModel][2] API operation).
Instance Attribute Details
#child_asset_model_id ⇒ String
The ID of an asset model for this hierarchy.
#name ⇒ String
The name of the asset model hierarchy definition (as specified in the CreateAssetModel or UpdateAssetModel API operation).