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]

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

impl Debug for JobExecutionsRolloutConfig
[src]

Formats the value using the given formatter. Read more

impl Clone for JobExecutionsRolloutConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for JobExecutionsRolloutConfig
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations