Class: Aws::IoTSiteWise::Types::AssetBindingValueFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetBindingValueFilter
- 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
-
#asset_id ⇒ String
The ID of the asset to filter data bindings by.
Instance Attribute Details
#asset_id ⇒ String
The ID of the asset to filter data bindings by. Only data bindings referencing this specific asset are matched.
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 |