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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A timestamp indicating when the specified job was created.

Returns:

  • (Time)


3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3712

class JobListDescriptor < Struct.new(
  :job_id,
  :description,
  :operation,
  :priority,
  :status,
  :creation_time,
  :termination_date,
  :progress_summary)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

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

Returns:

  • (String)


3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3712

class JobListDescriptor < Struct.new(
  :job_id,
  :description,
  :operation,
  :priority,
  :status,
  :creation_time,
  :termination_date,
  :progress_summary)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The ID for the specified job.

Returns:

  • (String)


3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3712

class JobListDescriptor < Struct.new(
  :job_id,
  :description,
  :operation,
  :priority,
  :status,
  :creation_time,
  :termination_date,
  :progress_summary)
  SENSITIVE = []
  include Aws::Structure
end

#operationString

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

Returns:

  • (String)


3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3712

class JobListDescriptor < Struct.new(
  :job_id,
  :description,
  :operation,
  :priority,
  :status,
  :creation_time,
  :termination_date,
  :progress_summary)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The current priority for the specified job.

Returns:

  • (Integer)


3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3712

class JobListDescriptor < Struct.new(
  :job_id,
  :description,
  :operation,
  :priority,
  :status,
  :creation_time,
  :termination_date,
  :progress_summary)
  SENSITIVE = []
  include Aws::Structure
end

#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.



3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3712

class JobListDescriptor < Struct.new(
  :job_id,
  :description,
  :operation,
  :priority,
  :status,
  :creation_time,
  :termination_date,
  :progress_summary)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The specified job's current status.

Returns:

  • (String)


3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3712

class JobListDescriptor < Struct.new(
  :job_id,
  :description,
  :operation,
  :priority,
  :status,
  :creation_time,
  :termination_date,
  :progress_summary)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3712

class JobListDescriptor < Struct.new(
  :job_id,
  :description,
  :operation,
  :priority,
  :status,
  :creation_time,
  :termination_date,
  :progress_summary)
  SENSITIVE = []
  include Aws::Structure
end