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
- Struct
- Aws::IoTAnalytics::Types::ChannelActivity
- 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
-
#channel_name ⇒ String
The name of the channel from which the messages are processed.
-
#name ⇒ String
The name of the channel activity.
-
#next ⇒ String
The next activity in the pipeline.
Instance Attribute Details
#channel_name ⇒ String
The name of the channel from which the messages are processed.
#name ⇒ String
The name of the channel activity.
#next ⇒ String
The next activity in the pipeline.