Values.JobDetailsEntitySourceThe job details for a specific job.
type nonrec t = {jobId : JobId.t option;The job ID.
*)jobAttachmentSettings : JobAttachmentSettings.t option;The job attachment settings.
*)jobRunAsUser : JobRunAsUser.t option;The user name and group that the job uses when run.
*)logGroupName : String_.t option;The log group name.
*)queueRoleArn : IamRoleArn.t option;The queue role ARN.
*)parameters : JobParameters.t option;The parameters.
*)schemaVersion : String_.t option;The schema version.
*)pathMappingRules : PathMappingRules.t option;The path mapping rules.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ]
list
| `Map of
([> `String of JobParametersKeyString.t ]
* [> `Structure of (string * [> `String of IntString.t ]) list ])
list
| `String of JobId.t
| `Structure of
(string
* [> `Enum of string
| `String of S3BucketName.t
| `Structure of
(string * [> `String of PosixUserUserString.t ]) list ])
list ])
list ]