Values.ServiceLimitSourceSpecifies a current quota for an Amazon Macie account.
type nonrec t = {isServiceLimited : bool option;Specifies whether the account has met the quota that corresponds to the metric specified by the UsageByAccount.type field in the response.
*)unit : Unit.t option;The unit of measurement for the value specified by the value field.
*)value : Awso.Import.Int64.t option;The value for the metric specified by the UsageByAccount.type field in the response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Long of Awso.Import.Int64.t ])
list ]