CampaignEmailMessage

public struct CampaignEmailMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The body of the email for recipients whose email clients don’t render HTML content.

    Declaration

    Swift

    public let body: String?
  • The verified email address to send the email from. The default address is the FromAddress specified for the email channel for the application.

    Declaration

    Swift

    public let fromAddress: String?
  • The body of the email, in HTML format, for recipients whose email clients render HTML content.

    Declaration

    Swift

    public let htmlBody: String?
  • The subject line, or title, of the email.

    Declaration

    Swift

    public let title: String?
  • Undocumented

    Declaration

    Swift

    public init(body: String? = nil, fromAddress: String? = nil, htmlBody: String? = nil, title: String? = nil)