Class: Aws::IoTSiteWise::Types::AssetModelHierarchyDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetModelHierarchyDefinition
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
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.
367 368 369 370 371 372 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 367 class AssetModelHierarchyDefinition < Struct.new( :name, :child_asset_model_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the asset model hierarchy definition (as specified in the CreateAssetModel or UpdateAssetModel API operation).
367 368 369 370 371 372 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 367 class AssetModelHierarchyDefinition < Struct.new( :name, :child_asset_model_id) SENSITIVE = [] include Aws::Structure end |