Values.NetworkInterfaceCountRequestSourceSpecifies the minimum and maximum for the NetworkInterfaceCount object when you specify InstanceRequirements for an Auto Scaling group.
type nonrec t = {min : NullablePositiveInteger.t option;The minimum number of network interfaces.
*)max : NullablePositiveInteger.t option;The maximum number of network interfaces.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of NullablePositiveInteger.t ]) list ]