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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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

Instance Attribute Details

#number_of_tasks_failedInteger

Returns:

  • (Integer)


4028
4029
4030
4031
4032
4033
4034
4035
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4028

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_succeededInteger

Returns:

  • (Integer)


4028
4029
4030
4031
4032
4033
4034
4035
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4028

class JobProgressSummary < Struct.new(
  :total_number_of_tasks,
  :number_of_tasks_succeeded,
  :number_of_tasks_failed,
  :timers)
  SENSITIVE = []
  include Aws::Structure
end

#timersTypes::JobTimers

The JobTimers attribute of a job's progress summary.

Returns:



4028
4029
4030
4031
4032
4033
4034
4035
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4028

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_tasksInteger

Returns:

  • (Integer)


4028
4029
4030
4031
4032
4033
4034
4035
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4028

class JobProgressSummary < Struct.new(
  :total_number_of_tasks,
  :number_of_tasks_succeeded,
  :number_of_tasks_failed,
  :timers)
  SENSITIVE = []
  include Aws::Structure
end