Values.RootCauseSourceThe combination of Amazon Web Services service, linked account, linked account name, Region, and usage type where a cost anomaly is observed, along with the dollar and percentage amount of the anomaly impact. The linked account name will only be available when the account name can be identified.
type nonrec t = {service : GenericString.t option;The Amazon Web Services service name that's associated with the cost anomaly.
*)region : GenericString.t option;The Amazon Web Services Region that's associated with the cost anomaly.
*)linkedAccount : GenericString.t option;The member account value that's associated with the cost anomaly.
*)linkedAccountName : GenericString.t option;The member account name value that's associated with the cost anomaly.
*)usageType : GenericString.t option;The UsageType value that's associated with the cost anomaly.
*)impact : RootCauseImpact.t option;The dollar impact for the root cause.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of GenericString.t
| `Structure of (string * [> `Double of GenericDouble.t ]) list ])
list ]