class Aws::IoTEvents::Types::SetVariableAction

Information about the variable and its new value.

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

data as a hash:

    {
      variable_name: "VariableName", # required
      value: "VariableValue", # required
    }

@!attribute [rw] variable_name

The name of the variable.
@return [String]

@!attribute [rw] value

The new value of the variable.
@return [String]

Constants

SENSITIVE