JobSummary
An object containing the JobId
, Status
,
StartTime
, and EndTime
of a job.
Contents
- jobId
-
The ID of the job.
Type: String
Pattern:
^[a-f0-9]{32}$
Required: Yes
- startTime
-
The time at which the job was started.
Type: Timestamp
Required: Yes
- status
-
The current status of the job.
Type: String
Valid Values:
RUNNING | SUCCEEDED | FAILED | QUEUED
Required: Yes
- endTime
-
The time at which the job has finished.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: