Values.DescribeReceiptRuleRequestSourceRepresents 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.
type nonrec t = {ruleSetName : ReceiptRuleSetName.t;The name of the receipt rule set that the receipt rule belongs to.
*)ruleName : ReceiptRuleName.t;The name of the receipt rule.
*)}