Class: Aws::S3Control::Types::JobProgressSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::JobProgressSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Describes the total number of tasks that the specified job has started, the number of tasks that succeeded, and the number of tasks that failed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #number_of_tasks_failed ⇒ Integer
- #number_of_tasks_succeeded ⇒ Integer
-
#timers ⇒ Types::JobTimers
The JobTimers attribute of a job’s progress summary.
- #total_number_of_tasks ⇒ Integer
Instance Attribute Details
#number_of_tasks_failed ⇒ Integer
4078 4079 4080 4081 4082 4083 4084 4085 |
# File 'lib/aws-sdk-s3control/types.rb', line 4078 class JobProgressSummary < Struct.new( :total_number_of_tasks, :number_of_tasks_succeeded, :number_of_tasks_failed, :timers) SENSITIVE = [] include Aws::Structure end |
#number_of_tasks_succeeded ⇒ Integer
4078 4079 4080 4081 4082 4083 4084 4085 |
# File 'lib/aws-sdk-s3control/types.rb', line 4078 class JobProgressSummary < Struct.new( :total_number_of_tasks, :number_of_tasks_succeeded, :number_of_tasks_failed, :timers) SENSITIVE = [] include Aws::Structure end |
#timers ⇒ Types::JobTimers
The JobTimers attribute of a job’s progress summary.
4078 4079 4080 4081 4082 4083 4084 4085 |
# File 'lib/aws-sdk-s3control/types.rb', line 4078 class JobProgressSummary < Struct.new( :total_number_of_tasks, :number_of_tasks_succeeded, :number_of_tasks_failed, :timers) SENSITIVE = [] include Aws::Structure end |
#total_number_of_tasks ⇒ Integer
4078 4079 4080 4081 4082 4083 4084 4085 |
# File 'lib/aws-sdk-s3control/types.rb', line 4078 class JobProgressSummary < Struct.new( :total_number_of_tasks, :number_of_tasks_succeeded, :number_of_tasks_failed, :timers) SENSITIVE = [] include Aws::Structure end |