Class: Aws::IoTSiteWise::Types::ExpressionVariable
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ExpressionVariable
- 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
-
#name ⇒ String
The friendly name of the variable to be used in the expression.
-
#value ⇒ Types::VariableValue
The variable that identifies an asset property from which to use values.
Instance Attribute Details
#name ⇒ String
The friendly name of the variable to be used in the expression.
5360 5361 5362 5363 5364 5365 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5360 class ExpressionVariable < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::VariableValue
The variable that identifies an asset property from which to use values.
5360 5361 5362 5363 5364 5365 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5360 class ExpressionVariable < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |