class Aws::IoTAnalytics::Types::Message
Information about a message.
@note When making an API call, you may pass Message
data as a hash: { message_id: "MessageId", # required payload: "data", # required }
@!attribute [rw] message_id
The ID you want to assign to the message. Each `messageId` must be unique within each batch sent. @return [String]
@!attribute [rw] payload
The payload of the message. This can be a JSON string or a base64-encoded string representing binary data, in which case you must decode it by means of a pipeline activity. @return [String]
Constants
- SENSITIVE