Class: Aws::IoTSiteWise::Types::ExpressionVariable
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ExpressionVariable
- Includes:
- Structure
- Defined in:
- 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.
5733 5734 5735 5736 5737 5738 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5733 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.
5733 5734 5735 5736 5737 5738 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5733 class ExpressionVariable < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |