Class: Aws::IoTSiteWise::Types::AssetCompositeModelPathSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetCompositeModelPathSegment
- Defined in:
- gems/aws-sdk-iotsitewise/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.
277 278 279 280 281 282 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 277 class AssetCompositeModelPathSegment < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the path segment.
277 278 279 280 281 282 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 277 class AssetCompositeModelPathSegment < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |