TestRenderEmailTemplateRequest
public struct TestRenderEmailTemplateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
Declaration
Swift
public let templateData: String
-
The name of the template that you want to render.
Declaration
Swift
public let templateName: String
-
Undocumented
Declaration
Swift
public init(templateData: String, templateName: String)
-
Declaration
Swift
public func validate(name: String) throws