View source: R/xray_operations.R
xray_delete_sampling_rule | R Documentation |
Deletes a sampling rule.
See https://www.paws-r-sdk.com/docs/xray_delete_sampling_rule/ for full documentation.
xray_delete_sampling_rule(RuleName = NULL, RuleARN = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.