Values_3.ClassicLinkInstanceSourceDeprecated. Describes a linked EC2-Classic instance.
type nonrec t = {groups : Values_0.GroupIdentifierList.t option;The security groups.
*)instanceId : Values_0.String_.t option;The ID of the instance.
*)vpcId : Values_0.String_.t option;The ID of the VPC.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t ])
list ]