Values_6.DescribeSecurityGroupReferencesResultSourceDescribes the VPCs on the other side of a VPC peering or Transit Gateway connection that are referencing the security groups you've specified in this request.
type nonrec t = {securityGroupReferenceSet : Values_3.SecurityGroupReferences.t option;Information about the VPCs with the referencing security groups.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Values_0.String_.t ]) list ]
list ])
list ]