Values.PrivacyBudgetTemplateParametersOutputSourceThe epsilon and noise parameters that were used in the privacy budget template.
type nonrec t = {differentialPrivacy : DifferentialPrivacyTemplateParametersOutput.t option;The epsilon and noise parameters.
*)accessBudget : AccessBudgetsPrivacyTemplateParametersOutput.t option;Access budget configuration returned from the privacy budget template, containing the configured access budget settings.
*)}val 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 ]