Class: Aws::IoTSiteWise::Types::AssetCompositeModelPathSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetCompositeModelPathSegment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Represents one level between a composite model and the root of the asset.
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.
278 279 280 281 282 283 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 278 class AssetCompositeModelPathSegment < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the path segment.
278 279 280 281 282 283 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 278 class AssetCompositeModelPathSegment < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |