Values.ProtectedJobSummarySourceThe protected job summary for the objects listed by the request.
type nonrec t = {id : UUID.t option;The ID of the protected job.
*)membershipId : MembershipIdentifier.t option;The unique ID for the membership that initiated the protected job.
*)membershipArn : MembershipArn.t option;The unique ARN for the membership that initiated the protected job.
*)createTime : Timestamp.t option;The time the protected job was created.
*)status : ProtectedJobStatus.t option;The status of the protected job.
*)receiverConfigurations : ProtectedJobReceiverConfigurations.t option;The receiver configurations for the protected job.
*)}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 ]