Class: Aws::IoTSiteWise::Types::InterfaceRelationship
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::InterfaceRelationship
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Contains information about the relationship between an asset model and an interface asset model that is applied to it.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the asset model that has the interface applied to it.
Instance Attribute Details
#id ⇒ String
The ID of the asset model that has the interface applied to it.
7432 7433 7434 7435 7436 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7432 class InterfaceRelationship < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |