Class: Aws::IoTSiteWise::Types::ComputationModelDataBindingValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ComputationModelDataBindingValue
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Contains computation model data binding value information, which can
be one of assetModelProperty
, list
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_model_property ⇒ Types::AssetModelPropertyBindingValue
Specifies an asset model property data binding value.
-
#asset_property ⇒ Types::AssetPropertyBindingValue
The asset property value used for computation model data binding.
-
#list ⇒ Array<Types::ComputationModelDataBindingValue>
Specifies a list of data binding value.
Instance Attribute Details
#asset_model_property ⇒ Types::AssetModelPropertyBindingValue
Specifies an asset model property data binding value.
2654 2655 2656 2657 2658 2659 2660 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2654 class ComputationModelDataBindingValue < Struct.new( :asset_model_property, :asset_property, :list) SENSITIVE = [] include Aws::Structure end |
#asset_property ⇒ Types::AssetPropertyBindingValue
The asset property value used for computation model data binding.
2654 2655 2656 2657 2658 2659 2660 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2654 class ComputationModelDataBindingValue < Struct.new( :asset_model_property, :asset_property, :list) SENSITIVE = [] include Aws::Structure end |
#list ⇒ Array<Types::ComputationModelDataBindingValue>
Specifies a list of data binding value.
2654 2655 2656 2657 2658 2659 2660 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2654 class ComputationModelDataBindingValue < Struct.new( :asset_model_property, :asset_property, :list) SENSITIVE = [] include Aws::Structure end |