AWSSESTestRenderTemplateRequest
Objective-C
@interface AWSSESTestRenderTemplateRequest
Swift
class AWSSESTestRenderTemplateRequest
-
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
Objective-C
@property (nonatomic, strong) NSString *_Nullable templateData;
Swift
var templateData: String? { get set }
-
The name of the template to render.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable templateName;
Swift
var templateName: String? { get set }