Values.GroupedResourceCountSourceThe count of resources that are grouped by the group name.
type nonrec t = {groupName : StringWithCharLimit256.t option;The name of the group that can be region, account ID, or resource type. For example, region1, region2 if the region was chosen as GroupByKey.
*)resourceCount : Long.t option;The number of resources in the group.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Long.t | `String of StringWithCharLimit256.t ])
list ]