class Aws::IoTAnalytics::Types::FilterActivity

An activity that filters a message based on its attributes.

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

data as a hash:

    {
      name: "ActivityName", # required
      filter: "FilterExpression", # required
      next: "ActivityName",
    }

@!attribute [rw] name

The name of the filter activity.
@return [String]

@!attribute [rw] filter

An expression that looks like a SQL WHERE clause that must return a
Boolean value. Messages that satisfy the condition are passed to the
next activity.
@return [String]

@!attribute [rw] next

The next activity in the pipeline.
@return [String]

Constants

SENSITIVE