Struct aws_sdk_batch::model::JobTimeout
source · #[non_exhaustive]pub struct JobTimeout { /* private fields */ }
Expand description
An object representing a job timeout configuration.
Implementations§
source§impl JobTimeout
impl JobTimeout
sourcepub fn attempt_duration_seconds(&self) -> Option<i32>
pub fn attempt_duration_seconds(&self) -> Option<i32>
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.
source§impl JobTimeout
impl JobTimeout
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture JobTimeout
.
Trait Implementations§
source§impl Clone for JobTimeout
impl Clone for JobTimeout
source§fn clone(&self) -> JobTimeout
fn clone(&self) -> JobTimeout
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more