class Aws::IoTAnalytics::Types::MathActivity
An activity that computes an arithmetic expression using the message's attributes.
@note When making an API call, you may pass MathActivity
data as a hash: { name: "ActivityName", # required attribute: "AttributeName", # required math: "MathExpression", # required next: "ActivityName", }
@!attribute [rw] name
The name of the math activity. @return [String]
@!attribute [rw] attribute
The name of the attribute that contains the result of the math operation. @return [String]
@!attribute [rw] math
An expression that uses one or more existing attributes and must return an integer value. @return [String]
@!attribute [rw] next
The next activity in the pipeline. @return [String]
Constants
- SENSITIVE