List Templates
ses_list_templates | R Documentation |
Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region¶
Description¶
Lists the email templates present in your Amazon SES account in the current Amazon Web Services Region.
You can execute this operation no more than once per second.
Usage¶
Arguments¶
NextToken
A token returned from a previous call to
list_templates
to indicate the position in the list of email templates.MaxItems
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.
Value¶
A list with the following syntax:
list(
TemplatesMetadata = list(
list(
Name = "string",
CreatedTimestamp = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)