List Receipt Rule Sets
ses_list_receipt_rule_sets | R Documentation |
Lists the receipt rule sets that exist under your Amazon Web Services account in the current Amazon Web Services Region¶
Description¶
Lists the receipt rule sets that exist under your Amazon Web Services
account in the current Amazon Web Services Region. If there are
additional receipt rule sets to be retrieved, you receive a NextToken
that you can provide to the next call to list_receipt_rule_sets
to
retrieve the additional entries.
For information about managing receipt rule sets, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Usage¶
Arguments¶
NextToken
A token returned from a previous call to
list_receipt_rule_sets
to indicate the position in the receipt rule set list.
Value¶
A list with the following syntax:
list(
RuleSets = list(
list(
Name = "string",
CreatedTimestamp = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)