Struct rusoto_batch::RetryStrategy [] [src]

pub struct RetryStrategy {
    pub attempts: Option<i64>,
}

The retry strategy associated with a job.

Fields

The number of times to move a job to the RUNNABLE status. You may specify between 1 and 10 attempts. If attempts is greater than one, the job is retried if it fails until it has moved to RUNNABLE that many times.

Trait Implementations

impl Default for RetryStrategy
[src]

Returns the "default value" for a type. Read more

impl Debug for RetryStrategy
[src]

Formats the value using the given formatter.

impl Clone for RetryStrategy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more