AWSSESListTemplatesResponse
Objective-C
@interface AWSSESListTemplatesResponse
Swift
class AWSSESListTemplatesResponse
-
A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to
ListTemplates
to retrieve the next set of email templates within your page size.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
An array the contains the name and creation time stamp for each template in your Amazon SES account.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSSESTemplateMetadata *> *_Nullable templatesMetadata;
Swift
var templatesMetadata: [AWSSESTemplateMetadata]? { get set }