You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTAnalytics::Types::ChannelActivity

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ChannelActivity as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#channel_nameString

The name of the channel from which the messages are processed.

Returns:

  • (String)

    The name of the channel from which the messages are processed.

#nameString

The name of the channel activity.

Returns:

  • (String)

    The name of the channel activity.

#nextString

The next activity in the pipeline.

Returns:

  • (String)

    The next activity in the pipeline.