billingconductor_update_custom_line_item {paws.cost.management} | R Documentation |
Update an existing custom line item in the current or previous billing period
Description
Update an existing custom line item in the current or previous billing period.
See https://www.paws-r-sdk.com/docs/billingconductor_update_custom_line_item/ for full documentation.
Usage
billingconductor_update_custom_line_item(
Arn,
Name = NULL,
Description = NULL,
ChargeDetails = NULL,
BillingPeriodRange = NULL
)
Arguments
Arn |
[required] The ARN of the custom line item to be updated. |
Name |
The new name for the custom line item. |
Description |
The new line item description of the custom line item. |
ChargeDetails |
A |
BillingPeriodRange |
[Package paws.cost.management version 0.6.1 Index]