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
show all
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

Instance Attribute Details

#child_asset_model_idString

The ID of an asset model for this hierarchy.

Returns:

  • (String)

    The ID of an asset model for this hierarchy.

#nameString

The name of the asset model hierarchy definition (as specified in the CreateAssetModel or UpdateAssetModel API operation).

Returns:

  • (String)

    The name of the asset model hierarchy definition (as specified in the [CreateAssetModel][1] or [UpdateAssetModel][2] API operation).