xray_delete_sampling_rule {paws.developer.tools} | R Documentation |
Deletes a sampling rule
Description
Deletes a sampling rule.
See https://www.paws-r-sdk.com/docs/xray_delete_sampling_rule/ for full documentation.
Usage
xray_delete_sampling_rule(RuleName = NULL, RuleARN = NULL)
Arguments
RuleName |
The name of the sampling rule. Specify a rule by either name or ARN, but not both. |
RuleARN |
The ARN of the sampling rule. Specify a rule by either name or ARN, but not both. |
[Package paws.developer.tools version 0.7.0 Index]