JobTimeout class
An object representing a job timeout configuration.
Constructors
- JobTimeout({int? attemptDurationSeconds})
-
JobTimeout.fromJson(Map<
String, dynamic> json) -
factory
Properties
- attemptDurationSeconds → int?
-
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. The minimum value for the timeout is 60 seconds.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited