Class: Aws::IoTSiteWise::Types::ListComputationModelDataBindingUsagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListComputationModelDataBindingUsagesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_binding_value_filter ⇒ Types::DataBindingValueFilter
A filter used to limit the returned data binding usages based on specific data binding values.
-
#max_results ⇒ Integer
The maximum number of results returned for each paginated request.
-
#next_token ⇒ String
The token used for the next set of paginated results.
Instance Attribute Details
#data_binding_value_filter ⇒ Types::DataBindingValueFilter
A filter used to limit the returned data binding usages based on specific data binding values. You can filter by asset, asset model, asset property, or asset model property to find all computation models using these specific data sources.
8337 8338 8339 8340 8341 8342 8343 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8337 class ListComputationModelDataBindingUsagesRequest < Struct.new( :data_binding_value_filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results returned for each paginated request.
8337 8338 8339 8340 8341 8342 8343 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8337 class ListComputationModelDataBindingUsagesRequest < Struct.new( :data_binding_value_filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used for the next set of paginated results.
8337 8338 8339 8340 8341 8342 8343 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8337 class ListComputationModelDataBindingUsagesRequest < Struct.new( :data_binding_value_filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |