Values.ProtectedQuerySummarySourceThe protected query summary for the objects listed by the request.
type nonrec t = {id : UUID.t option;The unique ID of the protected query.
*)membershipId : UUID.t option;The unique ID for the membership that initiated the protected query.
*)membershipArn : MembershipArn.t option;The unique ARN for the membership that initiated the protected query.
*)createTime : Timestamp.t option;The time the protected query was created.
*)status : ProtectedQueryStatus.t option;The status of the protected query.
*)receiverConfigurations : ReceiverConfigurationsList.t option;The receiver configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of AccountId.t ] list ])
list ])
list ])
list ]
list
| `String of UUID.t
| `Timestamp of Timestamp.t ])
list ]