ses_set_receipt_rule_position {paws.customer.engagement} | R Documentation |
Sets the position of the specified receipt rule in the receipt rule set
Description
Sets the position of the specified receipt rule in the receipt rule set.
See https://www.paws-r-sdk.com/docs/ses_set_receipt_rule_position/ for full documentation.
Usage
ses_set_receipt_rule_position(RuleSetName, RuleName, After = NULL)
Arguments
RuleSetName |
[required] The name of the receipt rule set that contains the receipt rule to reposition. |
RuleName |
[required] The name of the receipt rule to reposition. |
After |
The name of the receipt rule after which to place the specified receipt rule. |
[Package paws.customer.engagement version 0.7.0 Index]