Class: Aws::IoTSiteWise::Types::ComputationModelDataBindingValue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#asset_model_propertyTypes::AssetModelPropertyBindingValue

Specifies an asset model property data binding value.



2664
2665
2666
2667
2668
2669
2670
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2664

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

#asset_propertyTypes::AssetPropertyBindingValue

The asset property value used for computation model data binding.



2664
2665
2666
2667
2668
2669
2670
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2664

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

#listArray<Types::ComputationModelDataBindingValue>

Specifies a list of data binding value.



2664
2665
2666
2667
2668
2669
2670
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2664

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