You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Batch::Types::JobTimeout

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing JobTimeout as input to an Aws::Client method, you can use a vanilla Hash:

{
  attempt_duration_seconds: 1,
}

An object representing a job timeout configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attempt_duration_secondsInteger

The time duration in seconds (measured from the job attempt\'s startedAt timestamp) after which AWS Batch terminates your jobs if they have not finished.

Returns:

  • (Integer)

    The time duration in seconds (measured from the job attempt\'s startedAt timestamp) after which AWS Batch terminates your jobs if they have not finished.