AWSSESListReceiptRuleSetsRequest

Objective-C

@interface AWSSESListReceiptRuleSetsRequest

Swift

class AWSSESListReceiptRuleSetsRequest

Represents a request to list the receipt rule sets that exist under your Amazon Web Services account. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

  • A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }