Class: Aws::S3Control::Types::JobTimers
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::S3Control::Types::JobTimers
 
 
- 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
- 
  
    
      #elapsed_time_in_active_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the elapsed time in seconds the job has been in the Active job state.
 
Instance Attribute Details
#elapsed_time_in_active_seconds ⇒ Integer
Indicates the elapsed time in seconds the job has been in the Active job state.
      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  |