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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/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.

Constant Summary collapse

SENSITIVE =
[]

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)


2686
2687
2688
2689
2690
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 2686

class ListReceiptRuleSetsRequest < Struct.new(
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end