Values_1.GetJobDocumentRequestSourceGets a job document. Requires permission to access the GetJobDocument action.
type nonrec t = {jobId : Values_0.JobId.t;The unique identifier you assigned to this job when it was created.
*)beforeSubstitution : Values_0.BeforeSubstitutionFlag.t option;Provides a view of the job document before and after the substitution parameters have been resolved with their exact values.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.BeforeSubstitutionFlag.t
| `String of Values_0.JobId.t ])
list ]