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