Body

public struct Body : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An object that represents the version of the message that is displayed in email clients that support HTML. HTML messages can include formatted text, hyperlinks, images, and more.

    Declaration

    Swift

    public let html: Content?
  • An object that represents the version of the message that is displayed in email clients that don’t support HTML, or clients where the recipient has disabled HTML rendering.

    Declaration

    Swift

    public let text: Content?
  • Undocumented

    Declaration

    Swift

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