class Aws::IoTEventsData::Types::VariableDefinition

The new value of the variable.

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

data as a hash:

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

@!attribute [rw] name

The name of the variable.
@return [String]

@!attribute [rw] value

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

Constants

SENSITIVE