Values_2.SecurityGroupSourceDescribes a security group.
type nonrec t = {groupId : Values_0.String_.t option;The ID of the security group.
*)ipPermissionsEgress : Values_1.IpPermissionList.t option;The outbound rules associated with the security group.
*)vpcId : Values_0.String_.t option;The ID of the VPC for the security group.
*)securityGroupArn : Values_0.String_.t option;The ARN of the security group.
*)ownerId : Values_0.String_.t option;The Amazon Web Services account ID of the owner of the security group.
*)groupName : Values_0.String_.t option;The name of the security group.
*)description : Values_0.String_.t option;A description of the security group.
*)ipPermissions : Values_1.IpPermissionList.t option;The inbound rules associated with the security group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of int
| `List of
[> `Structure of
(string * [> `String of string ]) list ]
list
| `String of string ])
list ]
list
| `String of Values_0.String_.t ])
list ]