Message

public struct Message : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The body of the message. You can specify an HTML version of the message, a text-only version of the message, or both.

    Declaration

    Swift

    public let body: Body
  • The subject line of the email. The subject line can only contain 7-bit ASCII characters. However, you can specify non-ASCII characters in the subject line by using encoded-word syntax, as described in RFC 2047.

    Declaration

    Swift

    public let subject: Content
  • Undocumented

    Declaration

    Swift

    public init(body: Body, subject: Content)