class Aws::IoTSiteWise::Types::ExpressionVariable

Contains expression variable information.

@note When making an API call, you may pass ExpressionVariable

data as a hash:

    {
      name: "VariableName", # required
      value: { # required
        property_id: "Macro", # required
        hierarchy_id: "Macro",
      },
    }

@!attribute [rw] name

The friendly name of the variable to be used in the expression.
@return [String]

@!attribute [rw] value

The variable that identifies an asset property from which to use
values.
@return [Types::VariableValue]

Constants

SENSITIVE