Values.SourceSecurityGroupSourceInformation about a source security group.
type nonrec t = {ownerAlias : SecurityGroupOwnerAlias.t option;The owner of the security group.
*)groupName : SecurityGroupName.t option;The name of the security group.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of SecurityGroupOwnerAlias.t ]) list ]