Class: Aws::IoTSiteWise::Types::AssetCompositeModelPathSegment

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

Instance Attribute Details

#idString

The ID of the path segment.

Returns:

  • (String)


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

#nameString

The name of the path segment.

Returns:

  • (String)


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