class Aws::IoTAnalytics::Types::RemoveAttributesActivity


@return [String]
The next activity in the pipeline.
@!attribute [rw] next
@return [Array<String>]
A list of 1-50 attributes to remove from the message.
@!attribute [rw] attributes
@return [String]
The name of the ‘removeAttributes` activity.
@!attribute [rw] name
}
next: “ActivityName”,
attributes: [“AttributeName”], # required
name: “ActivityName”, # required
{
data as a hash:
@note When making an API call, you may pass RemoveAttributesActivity
An activity that removes attributes from a message.