Class: Aws::IoTSiteWise::Types::MatchedDataBinding

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#valueTypes::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