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 the value of 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]

[src]

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

impl Debug for RetryStrategy
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RetryStrategy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RetryStrategy

impl Sync for RetryStrategy