Class: Aws::Batch::Types::ServiceJobTimeout

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb

Overview

The timeout configuration for service jobs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attempt_duration_secondsInteger

The maximum duration in seconds that a service job attempt can run. After this time is reached, Batch terminates the service job attempt.

Returns:

  • (Integer)


8554
8555
8556
8557
8558
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8554

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