Template
public struct Template : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The HTML body of the email.
Declaration
Swift
public let htmlPart: String?
-
The subject line of the email.
Declaration
Swift
public let subjectPart: String?
-
The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.
Declaration
Swift
public let templateName: String
-
The email body that will be visible to recipients whose email clients do not display HTML.
Declaration
Swift
public let textPart: String?
-
Undocumented
Declaration
Swift
public init(htmlPart: String? = nil, subjectPart: String? = nil, templateName: String, textPart: String? = nil)