You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTEvents::Types::SetVariableAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::SetVariableAction
- Defined in:
- (unknown)
Overview
Note:
When passing SetVariableAction as input to an Aws::Client method, you can use a vanilla Hash:
{
variable_name: "VariableName", # required
value: "VariableValue", # required
}
Information about the variable and its new value.
Returned by:
Instance Attribute Summary collapse
-
#value ⇒ String
The new value of the variable.
-
#variable_name ⇒ String
The name of the variable.
Instance Attribute Details
#value ⇒ String
The new value of the variable.
#variable_name ⇒ String
The name of the variable.