Class: Aws::IoTSiteWise::Types::AssetRelationshipSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetRelationshipSummary
- 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
-
#hierarchy_info ⇒ Types::AssetHierarchyInfo
The assets that are related through an asset hierarchy.
-
#relationship_type ⇒ String
The relationship type of the assets in this relationship.
Instance Attribute Details
#hierarchy_info ⇒ Types::AssetHierarchyInfo
The assets that are related through an asset hierarchy.
This object is present if the relationshipType
is HIERARCHY
.
1216 1217 1218 1219 1220 1221 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1216 class AssetRelationshipSummary < Struct.new( :hierarchy_info, :relationship_type) SENSITIVE = [] include Aws::Structure end |
#relationship_type ⇒ String
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 thehierarchyInfo
object.
^
1216 1217 1218 1219 1220 1221 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1216 class AssetRelationshipSummary < Struct.new( :hierarchy_info, :relationship_type) SENSITIVE = [] include Aws::Structure end |