class Aws::Batch::Types::JobTimeout

An object representing a job timeout configuration.

@note When making an API call, you may pass JobTimeout

data as a hash:

    {
      attempt_duration_seconds: 1,
    }

@!attribute [rw] attempt_duration_seconds

The time duration in seconds (measured from the job attempt's
`startedAt` timestamp) after which Batch terminates your jobs if
they have not finished. The minimum value for the timeout is 60
seconds.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/JobTimeout AWS API Documentation

Constants

SENSITIVE