Learn R Programming

paws.developer.tools (version 0.8.0)

xray_delete_sampling_rule: 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.