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
- Struct
- Aws::Batch::Types::JobTimeout
- 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
-
#attempt_duration_seconds ⇒ 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.
Instance Attribute Details
#attempt_duration_seconds ⇒ 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.