class Aws::IoTEventsData::Types::BatchPutMessageRequest

@note When making an API call, you may pass BatchPutMessageRequest

data as a hash:

    {
      messages: [ # required
        {
          message_id: "MessageId", # required
          input_name: "EphemeralInputName", # required
          payload: "data", # required
          timestamp: {
            time_in_millis: 1,
          },
        },
      ],
    }

@!attribute [rw] messages

The list of messages to send. Each message has the following format:
`'\{ "messageId": "string", "inputName": "string", "payload":
"string"\}'`
@return [Array<Types::Message>]

Constants

SENSITIVE