Class: Aws::IoTSiteWise::Types::MatchedDataBinding
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::MatchedDataBinding
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Represents a data binding that matches the specified filter criteria.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value ⇒ Types::DataBindingValue
The value of the matched data binding.
Instance Attribute Details
#value ⇒ Types::DataBindingValue
The value of the matched data binding.
8867 8868 8869 8870 8871 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8867 class MatchedDataBinding < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |