Module Values.ProtectedJobSummarySource

The protected job summary for the objects listed by the request.

Sourcetype nonrec t = {
  1. id : UUID.t option;
    (*

    The ID of the protected job.

    *)
  2. membershipId : MembershipIdentifier.t option;
    (*

    The unique ID for the membership that initiated the protected job.

    *)
  3. membershipArn : MembershipArn.t option;
    (*

    The unique ARN for the membership that initiated the protected job.

    *)
  4. createTime : Timestamp.t option;
    (*

    The time the protected job was created.

    *)
  5. status : ProtectedJobStatus.t option;
    (*

    The status of the protected job.

    *)
  6. receiverConfigurations : ProtectedJobReceiverConfigurations.t option;
    (*

    The receiver configurations for the protected job.

    *)
}
Sourceval make : ?id:??? -> ?membershipId:??? -> ?membershipArn:??? -> ?createTime:??? -> ?status:??? -> ?receiverConfigurations:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t