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)


4078
4079
4080
4081
4082
4083
4084
4085
# File 'gems/aws-sdk-s3control/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_succeededInteger

Returns:

  • (Integer)


4078
4079
4080
4081
4082
4083
4084
4085
# File 'gems/aws-sdk-s3control/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

#timersTypes::JobTimers

The JobTimers attribute of a job's progress summary.

Returns:



4078
4079
4080
4081
4082
4083
4084
4085
# File 'gems/aws-sdk-s3control/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_tasksInteger

Returns:

  • (Integer)


4078
4079
4080
4081
4082
4083
4084
4085
# File 'gems/aws-sdk-s3control/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