Values.ReusableDelegationSetLimitSourceA complex type that contains the type of limit that you specified in the request and the current value for that limit.
type nonrec t = {type_ : ReusableDelegationSetLimitType.t option;The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted zones that you can associate with the specified reusable delegation set.
*)value : LimitValue.t option;The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `Long of LimitValue.t ]) list ]