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

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

Instance Attribute Details

#asset_model_propertyTypes::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_propertyTypes::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

#listArray<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