Values.CollectionGroupSummarySourceSummary information about a collection group.
type nonrec t = {id : CollectionGroupId.t option;The unique identifier of the collection group.
*)arn : String_.t option;The Amazon Resource Name (ARN) of the collection group.
*)name : CollectionGroupName.t option;The name of the collection group.
*)numberOfCollections : Integer.t option;The number of collections within the collection group.
*)createdDate : Long.t option;The Epoch time when the collection group was created.
*)capacityLimits : CollectionGroupCapacityLimits.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `Long of Long.t
| `String of CollectionGroupId.t
| `Structure of
(string * [> `Float of CollectionGroupIndexingCapacityValue.t ])
list ])
list ]