Values.GroupSummarySourceA structure containing some information about a 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.
*)}