class Aws::SES::Types::ReorderReceiptRuleSetRequest
Represents a request to reorder the receipt rules within a receipt rule set. 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/DeveloperGuide/receiving-email-concepts.html
@note When making an API call, you may pass ReorderReceiptRuleSetRequest
data as a hash: { rule_set_name: "ReceiptRuleSetName", # required rule_names: ["ReceiptRuleName"], # required }
@!attribute [rw] rule_set_name
The name of the receipt rule set to reorder. @return [String]
@!attribute [rw] rule_names
A list of the specified receipt rule set's receipt rules in the order that you want to put them. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/ReorderReceiptRuleSetRequest AWS API Documentation
Constants
- SENSITIVE