Class: Aws::IoTSiteWise::Types::AssetRelationshipSummary

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

Overview

Contains information about assets that are related to one another.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hierarchy_infoTypes::AssetHierarchyInfo

The assets that are related through an asset hierarchy.

This object is present if the ‘relationshipType` is `HIERARCHY`.



1212
1213
1214
1215
1216
1217
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1212

class AssetRelationshipSummary < Struct.new(
  :hierarchy_info,
  :relationship_type)
  SENSITIVE = []
  include Aws::Structure
end

#relationship_typeString

The relationship type of the assets in this relationship. This value is one of the following:

  • ‘HIERARCHY` – The assets are related through an asset hierarchy. If you specify this relationship type, this asset relationship includes the `hierarchyInfo` object.

^

Returns:

  • (String)


1212
1213
1214
1215
1216
1217
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1212

class AssetRelationshipSummary < Struct.new(
  :hierarchy_info,
  :relationship_type)
  SENSITIVE = []
  include Aws::Structure
end