Class: Aws::IoTAnalytics::Types::MathActivity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::MathActivity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
An activity that computes an arithmetic expression using the message’s attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The name of the attribute that contains the result of the math operation.
-
#math ⇒ String
An expression that uses one or more existing attributes and must return an integer value.
-
#name ⇒ String
The name of the math activity.
-
#next ⇒ String
The next activity in the pipeline.
Instance Attribute Details
#attribute ⇒ String
The name of the attribute that contains the result of the math operation.
2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2228 class MathActivity < Struct.new( :name, :attribute, :math, :next) SENSITIVE = [] include Aws::Structure end |
#math ⇒ String
An expression that uses one or more existing attributes and must return an integer value.
2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2228 class MathActivity < Struct.new( :name, :attribute, :math, :next) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the math activity.
2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2228 class MathActivity < Struct.new( :name, :attribute, :math, :next) SENSITIVE = [] include Aws::Structure end |
#next ⇒ String
The next activity in the pipeline.
2228 2229 2230 2231 2232 2233 2234 2235 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2228 class MathActivity < Struct.new( :name, :attribute, :math, :next) SENSITIVE = [] include Aws::Structure end |