You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ExpressionVariable as input to an Aws::Client method, you can use a vanilla Hash:

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

Contains expression variable information.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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

Returns:

  • (String)

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

#valueTypes::VariableValue

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

Returns:

  • (Types::VariableValue)

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