class Aws::Amplify::Types::JobSummary

Describes the summary for an execution job for an Amplify app.

@!attribute [rw] job_arn

The Amazon Resource Name (ARN) for the job.
@return [String]

@!attribute [rw] job_id

The unique ID for the job.
@return [String]

@!attribute [rw] commit_id

The commit ID from a third-party repository provider for the job.
@return [String]

@!attribute [rw] commit_message

The commit message from a third-party repository provider for the
job.
@return [String]

@!attribute [rw] commit_time

The commit date and time for the job.
@return [Time]

@!attribute [rw] start_time

The start date and time for the job.
@return [Time]

@!attribute [rw] status

The current status for the job.
@return [String]

@!attribute [rw] end_time

The end date and time for the job.
@return [Time]

@!attribute [rw] job_type

The type for the job. If the value is `RELEASE`, the job was
manually released from its source by using the `StartJob` API. If
the value is `RETRY`, the job was manually retried using the
`StartJob` API. If the value is `WEB_HOOK`, the job was
automatically triggered by webhooks.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/JobSummary AWS API Documentation

Constants

SENSITIVE