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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_nameString

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

Returns:

  • (String)


205
206
207
208
209
210
211
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 205

class ChannelActivity < Struct.new(
  :name,
  :channel_name,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the channel activity.

Returns:

  • (String)


205
206
207
208
209
210
211
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 205

class ChannelActivity < Struct.new(
  :name,
  :channel_name,
  :next)
  SENSITIVE = []
  include Aws::Structure
end

#nextString

The next activity in the pipeline.

Returns:

  • (String)


205
206
207
208
209
210
211
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 205

class ChannelActivity < Struct.new(
  :name,
  :channel_name,
  :next)
  SENSITIVE = []
  include Aws::Structure
end