billing_update_billing_view {paws.cost.management} | R Documentation |
An API to update the attributes of the billing view
Description
An 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 |
[Package paws.cost.management version 0.9.0 Index]