Class: Aws::IoTSiteWise::Types::ExpressionVariable

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

Overview

Contains expression variable information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The friendly name of the variable to be used in the expression.

Returns:

  • (String)


5228
5229
5230
5231
5232
5233
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5228

class ExpressionVariable < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::VariableValue

The variable that identifies an asset property from which to use values.



5228
5229
5230
5231
5232
5233
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5228

class ExpressionVariable < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end