class Aws::SES::Types::SetReceiptRulePositionRequest

Represents a request to set the position of a receipt rule in 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 SetReceiptRulePositionRequest

data as a hash:

    {
      rule_set_name: "ReceiptRuleSetName", # required
      rule_name: "ReceiptRuleName", # required
      after: "ReceiptRuleName",
    }

@!attribute [rw] rule_set_name

The name of the receipt rule set that contains the receipt rule to
reposition.
@return [String]

@!attribute [rw] rule_name

The name of the receipt rule to reposition.
@return [String]

@!attribute [rw] after

The name of the receipt rule after which to place the specified
receipt rule.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/SetReceiptRulePositionRequest AWS API Documentation

Constants

SENSITIVE