GetEmailTemplateResponse
public struct GetEmailTemplateResponse : 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 retrieve.
Declaration
Swift
public let templateName: String
-
Undocumented
Declaration
Swift
public init(templateContent: EmailTemplateContent, templateName: String)