billingconductor_update_custom_line_item {paws.cost.management} | R Documentation |
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.
billingconductor_update_custom_line_item(
Arn,
Name = NULL,
Description = NULL,
ChargeDetails = NULL,
BillingPeriodRange = NULL
)
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 |