Class: Aws::IoTEventsData::Types::BatchPutMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::BatchPutMessageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#messages ⇒ Array<Types::Message>
The list of messages to send.
Instance Attribute Details
#messages ⇒ Array<Types::Message>
The list of messages to send. Each message has the following format: ‘’{ “messageId”: “string”, “inputName”: “string”, “payload”: “string”}‘`
411 412 413 414 415 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 411 class BatchPutMessageRequest < Struct.new( :messages) SENSITIVE = [] include Aws::Structure end |