Class: Aws::IoTSiteWise::Types::AssetModelCompositeModelPathSegment

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the path segment.

Returns:

  • (String)


520
521
522
523
524
525
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 520

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

#nameString

The name of the path segment.

Returns:

  • (String)


520
521
522
523
524
525
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 520

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