Values.InstanceLimitsSourceInstance-related attributes that are available for a given instance type.
type nonrec t = {instanceCountLimits : InstanceCountLimits.t option;Limits on the number of instances that can be created for a given instance type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Integer of MinimumInstanceCount.t ]) list ])
list ]