Class: Aws::IoTEventsData::Types::BatchPutMessageRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ioteventsdata/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messagesArray<Types::Message>

The list of messages to send. Each message has the following format: ‘’{ “messageId”: “string”, “inputName”: “string”, “payload”: “string”}‘`

Returns:



411
412
413
414
415
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 411

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