Class: Aws::IoTSiteWise::Types::AssetModelHierarchyDefinition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#child_asset_model_idString

The ID of an asset model for this hierarchy.

Returns:

  • (String)


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

#nameString

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

Returns:

  • (String)


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