Class: Aws::IoTSiteWise::Types::AssetHierarchyInfo

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

Instance Attribute Details

#child_asset_idString

The ID of the child asset in this asset relationship.

Returns:

  • (String)


405
406
407
408
409
410
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 405

class AssetHierarchyInfo < Struct.new(
  :parent_asset_id,
  :child_asset_id)
  SENSITIVE = []
  include Aws::Structure
end

#parent_asset_idString

The ID of the parent asset in this asset relationship.

Returns:

  • (String)


405
406
407
408
409
410
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 405

class AssetHierarchyInfo < Struct.new(
  :parent_asset_id,
  :child_asset_id)
  SENSITIVE = []
  include Aws::Structure
end