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.
8872 8873 8874 8875 8876 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8872 class MatchedDataBinding < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |