Body

public struct Body : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

    Declaration

    Swift

    public let html: Content?
  • The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

    Declaration

    Swift

    public let text: Content?
  • Undocumented

    Declaration

    Swift

    public init(html: Content? = nil, text: Content? = nil)