Values.UpdateBillingViewRequestSourceAn API to update the attributes of the billing view.
type nonrec t = {arn : BillingViewArn.t;The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
*)name : BillingViewName.t option;The name of the billing view.
*)description : BillingViewDescription.t option;The description of the billing view.
*)dataFilterExpression : Expression.t option;See Expression. Billing view only supports LINKED_ACCOUNT, Tags, and CostCategories.
*)}val make :
?name:??? ->
?description:??? ->
?dataFilterExpression:??? ->
arn:BillingViewArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of BillingViewArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Value.t ] list
| `String of TagKey.t
| `Timestamp of Timestamp.t ])
list ])
list ])
list ]