class Aws::Batch::Types::JobSummary
An object representing summary details of a job.
@!attribute [rw] job_arn
The Amazon Resource Name (ARN) of the job. @return [String]
@!attribute [rw] job_id
The ID of the job. @return [String]
@!attribute [rw] job_name
The name of the job. @return [String]
@!attribute [rw] created_at
The Unix timestamp for when the job was created. For non-array jobs and parent array jobs, this is when the job entered the `SUBMITTED` state (at the time SubmitJob was called). For array child jobs, this is when the child job was spawned by its parent and entered the `PENDING` state. @return [Integer]
@!attribute [rw] status
The current status for the job. @return [String]
@!attribute [rw] status_reason
A short, human-readable string to provide additional details about the current status of the job. @return [String]
@!attribute [rw] started_at
The Unix timestamp for when the job was started (when the job transitioned from the `STARTING` state to the `RUNNING` state). @return [Integer]
@!attribute [rw] stopped_at
The Unix timestamp for when the job was stopped (when the job transitioned from the `RUNNING` state to a terminal state, such as `SUCCEEDED` or `FAILED`). @return [Integer]
@!attribute [rw] container
An object representing the details of the container that's associated with the job. @return [Types::ContainerSummary]
@!attribute [rw] array_properties
The array properties of the job, if it is an array job. @return [Types::ArrayPropertiesSummary]
@!attribute [rw] node_properties
The node properties for a single node in a job summary list. <note markdown="1"> This isn't applicable to jobs that are running on Fargate resources. </note> @return [Types::NodePropertiesSummary]
@!attribute [rw] job_definition
The Amazon Resource Name (ARN) of the job definition. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/JobSummary AWS API Documentation
Constants
- SENSITIVE