You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3Control::Types::JobListDescriptor

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains the configuration and status information for a single job retrieved as part of a job list.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A timestamp indicating when the specified job was created.

Returns:

  • (Time)

    A timestamp indicating when the specified job was created.

#descriptionString

The user-specified description that was included in the specified job\'s Create Job request.

Returns:

  • (String)

    The user-specified description that was included in the specified job\'s Create Job request.

#job_idString

The ID for the specified job.

Returns:

  • (String)

    The ID for the specified job.

#operationString

The operation that the specified job is configured to run on each object listed in the manifest.

Possible values:

  • LambdaInvoke
  • S3PutObjectCopy
  • S3PutObjectAcl
  • S3PutObjectTagging
  • S3InitiateRestoreObject
  • S3PutObjectLegalHold
  • S3PutObjectRetention

Returns:

  • (String)

    The operation that the specified job is configured to run on each object listed in the manifest.

#priorityInteger

The current priority for the specified job.

Returns:

  • (Integer)

    The current priority for the specified job.

#progress_summaryTypes::JobProgressSummary

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.

Returns:

  • (Types::JobProgressSummary)

    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.

#statusString

The specified job\'s current status.

Possible values:

  • Active
  • Cancelled
  • Cancelling
  • Complete
  • Completing
  • Failed
  • Failing
  • New
  • Paused
  • Pausing
  • Preparing
  • Ready
  • Suspended

Returns:

  • (String)

    The specified job\'s current status.

#termination_dateTime

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.

Returns:

  • (Time)

    A timestamp indicating when the specified job terminated.