AWSSESListTemplatesRequest
Objective-C
@interface AWSSESListTemplatesRequest
Swift
class AWSSESListTemplatesRequest
-
The maximum number of templates to return. This value must be at least 1 and less than or equal to 100. If more than 100 items are requested, the page size will automatically set to 100. If you do not specify a value, 10 is the default page size.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxItems;
Swift
var maxItems: NSNumber? { get set }
-
A token returned from a previous call to
ListTemplates
to indicate the position in the list of email templates.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }