class Aws::IoTAnalytics::Types::ChannelActivity

The activity that determines the source of the messages to be processed.

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

data as a hash:

    {
      name: "ActivityName", # required
      channel_name: "ChannelName", # required
      next: "ActivityName",
    }

@!attribute [rw] name

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

@!attribute [rw] channel_name

The name of the channel from which the messages are processed.
@return [String]

@!attribute [rw] next

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

Constants

SENSITIVE