Values.GroupSourceThis structure contains information about one group.
type nonrec t = {id : String_.t option;The unique ID of the group.
*)name : GroupName.t option;The name of the group.
*)arn : GroupArn.t option;The ARN of the group.
*)createdTime : Timestamp.t option;The date and time that the group was created.
*)lastModifiedTime : Timestamp.t option;The date and time that the group was most recently updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]