class Aws::IoTAnalytics::Types::RemoveAttributesActivity

An activity that removes attributes from a message.

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

data as a hash:

    {
      name: "ActivityName", # required
      attributes: ["AttributeName"], # required
      next: "ActivityName",
    }

@!attribute [rw] name

The name of the `removeAttributes` activity.
@return [String]

@!attribute [rw] attributes

A list of 1-50 attributes to remove from the message.
@return [Array<String>]

@!attribute [rw] next

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

Constants

SENSITIVE