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

Class: Aws::S3Control::Types::JobProgressSummary

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

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#number_of_tasks_failedInteger

Returns:

  • (Integer)

#number_of_tasks_succeededInteger

Returns:

  • (Integer)

#total_number_of_tasksInteger

Returns:

  • (Integer)