Values.CollaborationPrivacyBudgetSummarySourceA summary of the collaboration privacy budgets. This summary includes the collaboration information, creation information, epsilon provided, and utility in terms of aggregations.
type nonrec t = {id : UUID.t option;The unique identifier of the collaboration privacy budget.
*)privacyBudgetTemplateId : PrivacyBudgetTemplateIdentifier.t option;The unique identifier of the collaboration privacy budget template.
*)privacyBudgetTemplateArn : PrivacyBudgetTemplateArn.t option;The ARN of the collaboration privacy budget template.
*)collaborationId : UUID.t option;The unique identifier of the collaboration that includes this privacy budget.
*)collaborationArn : CollaborationArn.t option;The ARN of the collaboration that includes this privacy budget.
*)creatorAccountId : AccountId.t option;The unique identifier of the account that created this privacy budget.
*)type_ : PrivacyBudgetType.t option;The type of privacy budget template.
*)createTime : Timestamp.t option;The time at which the privacy budget was created.
*)updateTime : Timestamp.t option;The most recent time at which the privacy budget was updated.
*)budget : PrivacyBudget.t option;The includes epsilon provided and utility in terms of aggregations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of UUID.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Epsilon.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of
DifferentialPrivacyPrivacyBudgetAggregationMaxCountInteger.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of BudgetedResourceArn.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]