billingconductor_update_pricing_plan {paws.cost.management} | R Documentation |
This updates an existing pricing plan
Description
This updates an existing pricing plan.
See https://www.paws-r-sdk.com/docs/billingconductor_update_pricing_plan/ for full documentation.
Usage
billingconductor_update_pricing_plan(Arn, Name = NULL, Description = NULL)
Arguments
Arn |
[required] The Amazon Resource Name (ARN) of the pricing plan that you're updating. |
Name |
The name of the pricing plan. The name must be unique to each pricing plan. |
Description |
The description of the pricing plan. |
[Package paws.cost.management version 0.6.1 Index]