Class: Aws::S3Control::Types::JobListDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::JobListDescriptor
- 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
-
#creation_time ⇒ Time
A timestamp indicating when the specified job was created.
-
#description ⇒ String
The user-specified description that was included in the specified job's
Create Job
request. -
#job_id ⇒ String
The ID for the specified job.
-
#operation ⇒ String
The operation that the specified job is configured to run on every object listed in the manifest.
-
#priority ⇒ Integer
The current priority for the specified job.
-
#progress_summary ⇒ 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.
-
#status ⇒ String
The specified job's current status.
-
#termination_date ⇒ Time
A timestamp indicating when the specified job terminated.
Instance Attribute Details
#creation_time ⇒ Time
A timestamp indicating when the specified job was created.
3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3871 class JobListDescriptor < Struct.new( :job_id, :description, :operation, :priority, :status, :creation_time, :termination_date, :progress_summary) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The user-specified description that was included in the specified
job's Create Job
request.
3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3871 class JobListDescriptor < Struct.new( :job_id, :description, :operation, :priority, :status, :creation_time, :termination_date, :progress_summary) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID for the specified job.
3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3871 class JobListDescriptor < Struct.new( :job_id, :description, :operation, :priority, :status, :creation_time, :termination_date, :progress_summary) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The operation that the specified job is configured to run on every object listed in the manifest.
3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3871 class JobListDescriptor < Struct.new( :job_id, :description, :operation, :priority, :status, :creation_time, :termination_date, :progress_summary) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The current priority for the specified job.
3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3871 class JobListDescriptor < Struct.new( :job_id, :description, :operation, :priority, :status, :creation_time, :termination_date, :progress_summary) SENSITIVE = [] include Aws::Structure end |
#progress_summary ⇒ 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.
3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3871 class JobListDescriptor < Struct.new( :job_id, :description, :operation, :priority, :status, :creation_time, :termination_date, :progress_summary) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The specified job's current status.
3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3871 class JobListDescriptor < Struct.new( :job_id, :description, :operation, :priority, :status, :creation_time, :termination_date, :progress_summary) SENSITIVE = [] include Aws::Structure end |
#termination_date ⇒ Time
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.
3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3871 class JobListDescriptor < Struct.new( :job_id, :description, :operation, :priority, :status, :creation_time, :termination_date, :progress_summary) SENSITIVE = [] include Aws::Structure end |