Class: Aws::IoTSiteWise::Types::AssetPropertyPathSegment

Inherits:
Struct
  • Object
show all
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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the path segment.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1104

class AssetPropertyPathSegment < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the path segment.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1104

class AssetPropertyPathSegment < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end