Update Pricing Plan
billingconductor_update_pricing_plan | R Documentation |
This updates an existing pricing plan¶
Description¶
This updates an existing pricing plan.
Usage¶
billingconductor_update_pricing_plan(Arn, Name, Description)
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. |
Value¶
A list with the following syntax:
list(
Arn = "string",
Name = "string",
Description = "string",
Size = 123,
LastModifiedTime = 123
)
Request syntax¶
svc$update_pricing_plan(
Arn = "string",
Name = "string",
Description = "string"
)