Disassociate Pricing Rules
billingconductor_disassociate_pricing_rules | R Documentation |
Disassociates a list of pricing rules from a pricing plan¶
Description¶
Disassociates a list of pricing rules from a pricing plan.
Usage¶
billingconductor_disassociate_pricing_rules(Arn, PricingRuleArns)
Arguments¶
Arn |
[required] The pricing plan Amazon Resource Name (ARN) to disassociate pricing rules from. |
PricingRuleArns |
[required] A list containing the Amazon Resource Name (ARN) of the pricing rules that will be disassociated. |
Value¶
A list with the following syntax:
list(
Arn = "string"
)
Request syntax¶
svc$disassociate_pricing_rules(
Arn = "string",
PricingRuleArns = list(
"string"
)
)