Class: Aws::IoTSiteWise::Types::AssetModelPropertyPathSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetModelPropertyPathSegment
- Includes:
- Structure
- Defined in:
- 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.
857 858 859 860 861 862 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 857 class AssetModelPropertyPathSegment < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the path segment.
857 858 859 860 861 862 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 857 class AssetModelPropertyPathSegment < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |