AWSSESListCustomVerificationEmailTemplatesResponse

Objective-C

@interface AWSSESListCustomVerificationEmailTemplatesResponse

Swift

class AWSSESListCustomVerificationEmailTemplatesResponse

A paginated list of custom verification email templates.

  • A list of the custom verification email templates that exist in your account.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSSESCustomVerificationEmailTemplate *> *_Nullable customVerificationEmailTemplates;

    Swift

    var customVerificationEmailTemplates: [AWSSESCustomVerificationEmailTemplate]? { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }