billingconductor_update_pricing_rule {paws.cost.management} | R Documentation |
Updates an existing pricing rule
Description
Updates an existing pricing rule.
See https://www.paws-r-sdk.com/docs/billingconductor_update_pricing_rule/ for full documentation.
Usage
billingconductor_update_pricing_rule(
Arn,
Name = NULL,
Description = NULL,
Type = NULL,
ModifierPercentage = NULL,
Tiering = NULL
)
Arguments
Arn |
[required] The Amazon Resource Name (ARN) of the pricing rule to update. |
Name |
The new name of the pricing rule. The name must be unique to each pricing rule. |
Description |
The new description for the pricing rule. |
Type |
The new pricing rule type. |
ModifierPercentage |
The new modifier to show pricing plan rates as a percentage. |
Tiering |
The set of tiering configurations for the pricing rule. |
[Package paws.cost.management version 0.9.0 Index]