Class: Aws::SES::Types::ListReceiptRuleSetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::ListReceiptRuleSetsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
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].
[1]: docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token returned from a previous call to ‘ListReceiptRuleSets` to indicate the position in the receipt rule set list.
Instance Attribute Details
#next_token ⇒ String
A token returned from a previous call to ‘ListReceiptRuleSets` to indicate the position in the receipt rule set list.
2686 2687 2688 2689 2690 |
# File 'lib/aws-sdk-ses/types.rb', line 2686 class ListReceiptRuleSetsRequest < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |