Values.AdditionalLimitSourceList of limits that are specific to a given instance type.
type nonrec t = {limitName : LimitName.t option;MaximumNumberOfDataNodesSupported - This attribute only applies to master nodes and specifies the maximum number of data nodes of a given instance type a master node can support. MaximumNumberOfDataNodesWithoutMasterNode - This attribute only applies to data nodes and specifies the maximum number of data nodes of a given instance type can exist without a master node governing them.
*)limitValues : LimitValueList.t option;The values of the additional instance type limits.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of LimitValue.t ] list
| `String of LimitName.t ])
list ]