Message

public struct Message : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID you wish to assign to the message. Each “messageId” must be unique within each batch sent.

    Declaration

    Swift

    public let messageId: String
  • The payload of the message. This may 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).

    Declaration

    Swift

    public let payload: Data
  • Undocumented

    Declaration

    Swift

    public init(messageId: String, payload: Data)
  • Declaration

    Swift

    public func validate(name: String) throws