An API to update the attributes of the billing view
Source:R/billing_operations.R
billing_update_billing_view.RdAn API to update the attributes of the billing view.
See https://www.paws-r-sdk.com/docs/billing_update_billing_view/ for full documentation.
Usage
billing_update_billing_view(
arn,
name = NULL,
description = NULL,
dataFilterExpression = NULL
)Arguments
- arn
[required] The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
- name
The name of the billing view.
- description
The description of the billing view.
- dataFilterExpression
See Expression. Billing view only supports
LINKED_ACCOUNT,Tags, andCostCategories.