Class: Aws::IoTSiteWise::Types::DataBindingValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DataBindingValue
- 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
-
#asset_model_property ⇒ Types::AssetModelPropertyBindingValue
Contains information about an
assetModelProperty
binding value. -
#asset_property ⇒ Types::AssetPropertyBindingValue
The asset property value used in the data binding.
Instance Attribute Details
#asset_model_property ⇒ Types::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_property ⇒ Types::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 |