Values.ConfiguredTableAssociationSummarySourceThe configured table association summary for the objects listed by the request.
type nonrec t = {configuredTableId : UUID.t option;The unique configured table ID that this configured table association refers to.
*)membershipId : MembershipIdentifier.t option;The unique ID for the membership that the configured table association belongs to.
*)membershipArn : MembershipArn.t option;The unique ARN for the membership that the configured table association belongs to.
*)name : TableAlias.t option;The name of the configured table association. The table is identified by this name when running Protected Queries against the underlying data.
*)createTime : Timestamp.t option;The time the configured table association was created.
*)updateTime : Timestamp.t option;The time the configured table association was last updated.
*)id : UUID.t option;The unique ID for the configured table association.
*)arn : ConfiguredTableAssociationArn.t option;The unique ARN for the configured table association.
*)analysisRuleTypes : ConfiguredTableAssociationAnalysisRuleTypeList.t option;The analysis rule types that are associated with the configured table associations in this summary.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of UUID.t
| `Timestamp of Timestamp.t ])
list ]