Values.JobStepSourceProvides information related to a job step.
type nonrec t = {procStepName : String_.t option;The name of a procedure step.
*)procStepNumber : Integer.t option;The number of a procedure step.
*)stepCheckpoint : Integer.t option;A registered step-level checkpoint identifier that can be used for restarting an Amazon Web Services Blu Age application batch job.
*)stepCheckpointStatus : String_.t option;The step-level checkpoint status for an Amazon Web Services Blu Age application batch job.
*)stepCheckpointTime : Timestamp.t option;The step-level checkpoint status for an Amazon Web Services Blu Age application batch job.
*)stepCondCode : String_.t option;The condition code of a step.
*)stepName : String_.t option;The name of a step.
*)stepNumber : Integer.t option;The number of a step.
*)stepRestartable : Boolean.t option;Specifies if a step can be restarted or not.
*)}