BatchPutMessageRequest
public struct BatchPutMessageRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of messages to send. Each message has the following format: ‘{ “messageId”: “string”, “inputName”: “string”, “payload”: “string”}’
Declaration
Swift
public let messages: [Message]
-
Undocumented
Declaration
Swift
public init(messages: [Message])
-
Declaration
Swift
public func validate(name: String) throws