class Aws::IoTAnalytics::Types::SelectAttributesActivity

Used to create a new message using only the specified attributes from the original message.

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

data as a hash:

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

@!attribute [rw] name

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

@!attribute [rw] attributes

A list of the attributes to select from the message.
@return [Array<String>]

@!attribute [rw] next

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

Constants

SENSITIVE