Message

public struct Message : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The message body.

    Declaration

    Swift

    public let body: Body
  • The subject of the message: A short summary of the content, which will appear in the recipient’s inbox.

    Declaration

    Swift

    public let subject: Content
  • Undocumented

    Declaration

    Swift

    public init(body: Body, subject: Content)