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

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



1215
1216
1217
1218
1219
1220
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1215

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)


1215
1216
1217
1218
1219
1220
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1215

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