View source: R/billing_operations.R
billing_update_billing_view | R Documentation |
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.
billing_update_billing_view(
arn,
name = NULL,
description = NULL,
dataFilterExpression = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.