Class: Aws::IoTSiteWise::Types::HierarchyMapping

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

Maps a hierarchy from an interface asset model to a hierarchy in the asset model where the interface is applied.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_hierarchy_idString

The ID of the hierarchy in the asset model where the interface is applied.

Returns:

  • (String)


7280
7281
7282
7283
7284
7285
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7280

class HierarchyMapping < Struct.new(
  :asset_model_hierarchy_id,
  :interface_asset_model_hierarchy_id)
  SENSITIVE = []
  include Aws::Structure
end

#interface_asset_model_hierarchy_idString

The ID of the hierarchy in the interface asset model.

Returns:

  • (String)


7280
7281
7282
7283
7284
7285
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7280

class HierarchyMapping < Struct.new(
  :asset_model_hierarchy_id,
  :interface_asset_model_hierarchy_id)
  SENSITIVE = []
  include Aws::Structure
end