Values.BillingViewElementSourceThe metadata associated to the billing view.
type nonrec t = {arn : BillingViewArn.t option;The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
*)name : BillingViewName.t option;The account name of the billing view.
*)description : BillingViewDescription.t option;The description of the billing view.
*)billingViewType : BillingViewType.t option;The type of billing group.
*)ownerAccountId : AccountId.t option;The account owner of the billing view.
*)sourceAccountId : AccountId.t option;The Amazon Web Services account ID that owns the source billing view, if this is a derived billing view.
*)dataFilterExpression : Expression.t option;See Expression. Billing view only supports LINKED_ACCOUNT, Tags, and CostCategories.
*)createdAt : Timestamp.t option;The time when the billing view was created.
*)updatedAt : Timestamp.t option;The time when the billing view was last updated.
*)derivedViewCount : Integer.t option;The number of billing views that use this billing view as a source.
*)sourceViewCount : Integer.t option;The number of source views associated with this billing view.
*)viewDefinitionLastUpdatedAt : Timestamp.t option;The timestamp of when the billing view definition was last updated.
*)healthStatus : BillingViewHealthStatus.t option;The current health status of the billing view.
*)}val make :
?arn:??? ->
?name:??? ->
?description:??? ->
?billingViewType:??? ->
?ownerAccountId:??? ->
?sourceAccountId:??? ->
?dataFilterExpression:??? ->
?createdAt:??? ->
?updatedAt:??? ->
?derivedViewCount:??? ->
?sourceViewCount:??? ->
?viewDefinitionLastUpdatedAt:??? ->
?healthStatus:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of BillingViewArn.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of Value.t ] list
| `String of TagKey.t
| `Timestamp of Timestamp.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]