JobTimeout
public struct JobTimeout : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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.
Declaration
Swift
public let attemptDurationSeconds: Int? -
Undocumented
Declaration
Swift
public init(attemptDurationSeconds: Int? = nil)
View on GitHub
JobTimeout Structure Reference