AWSSESTestRenderTemplateResponse
Objective-C
@interface AWSSESTestRenderTemplateResponse
Swift
class AWSSESTestRenderTemplateResponse
-
The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable renderedTemplate;
Swift
var renderedTemplate: String? { get set }