Class: Aws::S3Control::Types::JobTimers

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Provides timing details for the job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#elapsed_time_in_active_secondsInteger

Indicates the elapsed time in seconds the job has been in the Active job state.

Returns:

  • (Integer)


4151
4152
4153
4154
4155
# File 'lib/aws-sdk-s3control/types.rb', line 4151

class JobTimers < Struct.new(
  :elapsed_time_in_active_seconds)
  SENSITIVE = []
  include Aws::Structure
end