class Aws::S3Control::Types::JobListDescriptor
Contains the configuration and status information for a single job retrieved as part of a job list.
@!attribute [rw] job_id
The ID for the specified job. @return [String]
@!attribute [rw] description
The user-specified description that was included in the specified job's `Create Job` request. @return [String]
@!attribute [rw] operation
The operation that the specified job is configured to run on every object listed in the manifest. @return [String]
@!attribute [rw] priority
The current priority for the specified job. @return [Integer]
@!attribute [rw] status
The specified job's current status. @return [String]
@!attribute [rw] creation_time
A timestamp indicating when the specified job was created. @return [Time]
@!attribute [rw] termination_date
A timestamp indicating when the specified job terminated. A job's termination date is the date and time when it succeeded, failed, or was canceled. @return [Time]
@!attribute [rw] progress_summary
Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the number of tasks that failed. @return [Types::JobProgressSummary]
@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/JobListDescriptor AWS API Documentation
Constants
- SENSITIVE