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

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


4101
4102
4103
4104
4105
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4101

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