powered by
Returns the details of the specified receipt rule.
ses_describe_receipt_rule(RuleSetName, RuleName)
[required] The name of the receipt rule set that the receipt rule belongs to.
[required] The name of the receipt rule.
svc$describe_receipt_rule( RuleSetName = "string", RuleName = "string" )
For information about setting up receipt rules, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
# NOT RUN { # The following example returns the details of a receipt rule: # } # NOT RUN { svc$describe_receipt_rule( RuleName = "MyRule", RuleSetName = "MyRuleSet" ) # } # NOT RUN { # }
Run the code above in your browser using DataLab