Class: Aws::IoTSiteWise::Types::AssetModelPropertyPathSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetModelPropertyPathSegment
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Represents one level between a property 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.
853 854 855 856 857 858 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 853 class AssetModelPropertyPathSegment < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the path segment.
853 854 855 856 857 858 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 853 class AssetModelPropertyPathSegment < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |