Values.PrivacyBudgetSummarySourceAn array that summaries the specified privacy budget. This summary includes collaboration information, creation information, membership information, and privacy budget information.
type nonrec t = {id : UUID.t option;The unique identifier of the privacy budget.
*)privacyBudgetTemplateId : PrivacyBudgetTemplateIdentifier.t option;The unique identifier of the privacy budget template.
*)privacyBudgetTemplateArn : PrivacyBudgetTemplateArn.t option;The ARN of the privacy budget template.
*)membershipId : MembershipIdentifier.t option;The identifier for a membership resource.
*)membershipArn : MembershipArn.t option;The Amazon Resource Name (ARN) of the member who created the privacy budget summary.
*)collaborationId : UUID.t option;The unique identifier of the collaboration that contains this privacy budget.
*)collaborationArn : CollaborationArn.t option;The ARN of the collaboration that contains this privacy budget.
*)type_ : PrivacyBudgetType.t option;Specifies the type of the privacy budget.
*)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 provided privacy budget.
*)}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 ]