You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SES::Types::ListReceiptRuleSetsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListReceiptRuleSetsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  next_token: "NextToken",
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)

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