Class: Aws::IoTSiteWise::Types::AssetBindingValueFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

A filter used to match data bindings based on a specific asset. This filter identifies all computation models referencing a particular asset in their data bindings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The ID of the asset to filter data bindings by. Only data bindings referencing this specific asset are matched.

Returns:

  • (String)


237
238
239
240
241
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 237

class AssetBindingValueFilter < Struct.new(
  :asset_id)
  SENSITIVE = []
  include Aws::Structure
end