EmailTemplateContent

public struct EmailTemplateContent : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The HTML body of the email.

    Declaration

    Swift

    public let html: String?
  • The subject line of the email.

    Declaration

    Swift

    public let subject: String?
  • The email body that will be visible to recipients whose email clients do not display HTML.

    Declaration

    Swift

    public let text: String?
  • Undocumented

    Declaration

    Swift

    public init(html: String? = nil, subject: String? = nil, text: String? = nil)