Class: Aws::IoTSiteWise::Types::AssetHierarchyInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetHierarchyInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains information about a parent asset and a child asset that are related through an asset hierarchy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#child_asset_id ⇒ String
The ID of the child asset in this asset relationship.
-
#parent_asset_id ⇒ String
The ID of the parent asset in this asset relationship.
Instance Attribute Details
#child_asset_id ⇒ String
The ID of the child asset in this asset relationship.
406 407 408 409 410 411 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 406 class AssetHierarchyInfo < Struct.new( :parent_asset_id, :child_asset_id) SENSITIVE = [] include Aws::Structure end |
#parent_asset_id ⇒ String
The ID of the parent asset in this asset relationship.
406 407 408 409 410 411 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 406 class AssetHierarchyInfo < Struct.new( :parent_asset_id, :child_asset_id) SENSITIVE = [] include Aws::Structure end |