Values.PrivacyBudgetTemplateSummarySourceA summary of the privacy budget template. The summary includes membership information, collaboration information, and creation information.
type nonrec t = {id : PrivacyBudgetTemplateIdentifier.t option;The unique identifier of the privacy budget template.
*)arn : PrivacyBudgetTemplateArn.t option;The ARN of the privacy budget template.
*)membershipId : UUID.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 template.
*)collaborationId : UUID.t option;The unique ID of the collaboration that contains this privacy budget template.
*)collaborationArn : CollaborationArn.t option;The ARN of the collaboration that contains this privacy budget template.
*)privacyBudgetType : PrivacyBudgetType.t option;The type of the privacy budget template.
*)createTime : Timestamp.t option;The time at which the privacy budget template was created.
*)updateTime : Timestamp.t option;The most recent time at which the privacy budget template was updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PrivacyBudgetTemplateIdentifier.t
| `Timestamp of Timestamp.t ])
list ]