billingconductor_update_custom_line_item: Update an existing custom line item in the current or...

View source: R/billingconductor_operations.R

billingconductor_update_custom_line_itemR 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 ListCustomLineItemChargeDetails containing the new charge details for the custom line item.

BillingPeriodRange

paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.