class Aws::SES::Types::DescribeReceiptRuleRequest

Represents a request to return the details of 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 DescribeReceiptRuleRequest

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 the receipt rule belongs to.
@return [String]

@!attribute [rw] rule_name

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

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

Constants

SENSITIVE