Class: Aws::IoTSiteWise::Types::AssetModelPropertyPathSegment

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 model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the path segment.

Returns:

  • (String)


861
862
863
864
865
866
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 861

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

#nameString

The name of the path segment.

Returns:

  • (String)


861
862
863
864
865
866
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 861

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