Class: Aws::IoTSiteWise::Types::HierarchyMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::HierarchyMapping
- 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
-
#asset_model_hierarchy_id ⇒ String
The ID of the hierarchy in the asset model where the interface is applied.
-
#interface_asset_model_hierarchy_id ⇒ String
The ID of the hierarchy in the interface asset model.
Instance Attribute Details
#asset_model_hierarchy_id ⇒ String
The ID of the hierarchy in the asset model where the interface is applied.
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_id ⇒ String
The ID of the hierarchy in the interface asset model.
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 |