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