CreateEmailTemplateRequest
public struct CreateEmailTemplateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
Declaration
Swift
public let templateContent: EmailTemplateContent -
The name of the template you want to create.
Declaration
Swift
public let templateName: String -
Undocumented
Declaration
Swift
public init(templateContent: EmailTemplateContent, templateName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateEmailTemplateRequest Structure Reference