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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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)


7275
7276
7277
7278
7279
7280
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7275

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)


7275
7276
7277
7278
7279
7280
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7275

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