Class: Aws::IoTSiteWise::Types::DataBindingValue

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

Represents a value used in a data binding. It can be an asset property or an asset model property.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_propertyTypes::AssetModelPropertyBindingValue

Contains information about an assetModelProperty binding value.



3984
3985
3986
3987
3988
3989
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3984

class DataBindingValue < Struct.new(
  :asset_model_property,
  :asset_property)
  SENSITIVE = []
  include Aws::Structure
end

#asset_propertyTypes::AssetPropertyBindingValue

The asset property value used in the data binding.



3984
3985
3986
3987
3988
3989
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3984

class DataBindingValue < Struct.new(
  :asset_model_property,
  :asset_property)
  SENSITIVE = []
  include Aws::Structure
end