Class: Aws::IoTSiteWise::Types::CompositionRelationshipItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CompositionRelationshipItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Represents a composite model that composed an asset model of type ‘COMPONENT_MODEL`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the component.
Instance Attribute Details
#id ⇒ String
The ID of the component.
2426 2427 2428 2429 2430 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2426 class CompositionRelationshipItem < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |