AWSSESListCustomVerificationEmailTemplatesResponse Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSSESModel.h AWSSESModel.m |
customVerificationEmailTemplates
A list of the custom verification email templates that exist in your account.
@property (nonatomic, strong) NSArray<AWSSESCustomVerificationEmailTemplate*> *customVerificationEmailTemplates
Declared In
AWSSESModel.h
nextToken
A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates
to retrieve the next 50 custom verification email templates.
@property (nonatomic, strong) NSString *nextToken
Declared In
AWSSESModel.h