class Aws::SES::Types::DeleteReceiptRuleRequest

Represents a request to delete a receipt rule. You use receipt rules 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 DeleteReceiptRuleRequest

data as a hash:

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

@!attribute [rw] rule_set_name

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

@!attribute [rw] rule_name

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

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

Constants

SENSITIVE