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.
2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2403 class CompositionRelationshipItem < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |