Method: Aws::IoTAnalytics::Types::BatchPutMessageRequest#channel_name
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
#channel_name ⇒ String
The name of the channel where the messages are sent.
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 |