Struct rusoto_iot::JobExecutionsRolloutConfig [] [src]

pub struct JobExecutionsRolloutConfig {
    pub maximum_per_minute: Option<i64>,
}

Allows you to create a staged rollout of a job.

Fields

The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.

Trait Implementations

impl Default for JobExecutionsRolloutConfig
[src]

[src]

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

impl Debug for JobExecutionsRolloutConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for JobExecutionsRolloutConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations