Class: Aws::IoTAnalytics::Types::MathActivity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotanalytics/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

Instance Attribute Details

#attributeString

The name of the attribute that contains the result of the math operation.

Returns:

  • (String)


2228
2229
2230
2231
2232
2233
2234
2235
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2228

class MathActivity < Struct.new(
  :name,
  :attribute,
  :math,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#mathString

An expression that uses one or more existing attributes and must return an integer value.

Returns:

  • (String)


2228
2229
2230
2231
2232
2233
2234
2235
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2228

class MathActivity < Struct.new(
  :name,
  :attribute,
  :math,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the math activity.

Returns:

  • (String)


2228
2229
2230
2231
2232
2233
2234
2235
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2228

class MathActivity < Struct.new(
  :name,
  :attribute,
  :math,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#nextString

The next activity in the pipeline.

Returns:

  • (String)


2228
2229
2230
2231
2232
2233
2234
2235
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2228

class MathActivity < Struct.new(
  :name,
  :attribute,
  :math,
  :next)
  SENSITIVE = []
  include Aws::Structure
end