Class: Aws::IoTSiteWise::Types::AssetModelBindingValueFilter

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 model. This filter identifies all computation models referencing a particular asset model in their data bindings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_idString

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

Returns:

  • (String)


443
444
445
446
447
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 443

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