Method: Aws::IoTAnalytics::Types::BatchPutMessageRequest#channel_name

Defined in:
lib/aws-sdk-iotanalytics/types.rb

#channel_nameString

The name of the channel where the messages are sent.

Returns:

  • (String)


96
97
98
99
100
101
# File 'lib/aws-sdk-iotanalytics/types.rb', line 96

class BatchPutMessageRequest < Struct.new(
  :channel_name,
  :messages)
  SENSITIVE = []
  include Aws::Structure
end