Class: Aws::IoTSiteWise::Types::AssetModelCompositeModelPathSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetModelCompositeModelPathSegment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Represents one level between a composite model and the root of the asset model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the path segment.
-
#name ⇒ String
The name of the path segment.
Instance Attribute Details
#id ⇒ String
The ID of the path segment.
521 522 523 524 525 526 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 521 class AssetModelCompositeModelPathSegment < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the path segment.
521 522 523 524 525 526 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 521 class AssetModelCompositeModelPathSegment < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |