Module Values.PrivacyBudgetTemplateParametersOutputSource

The epsilon and noise parameters that were used in the privacy budget template.

Sourcetype nonrec t = {
  1. differentialPrivacy : DifferentialPrivacyTemplateParametersOutput.t option;
    (*

    The epsilon and noise parameters.

    *)
  2. accessBudget : AccessBudgetsPrivacyTemplateParametersOutput.t option;
    (*

    Access budget configuration returned from the privacy budget template, containing the configured access budget settings.

    *)
}
Sourceval make : ?differentialPrivacy:??? -> ?accessBudget:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of Epsilon.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of Budget.t ]) list ] list | `String of BudgetedResourceArn.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t