Struct aws_sdk_iot::model::JobExecutionsRolloutConfig [−][src]
#[non_exhaustive]pub struct JobExecutionsRolloutConfig {
pub maximum_per_minute: Option<i32>,
pub exponential_rate: Option<ExponentialRolloutRate>,
}
Expand description
Allows you to create a staged rollout of a job.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.maximum_per_minute: Option<i32>
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
exponential_rate: Option<ExponentialRolloutRate>
The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
Implementations
The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.
The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.
Creates a new builder-style object to manufacture JobExecutionsRolloutConfig
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for JobExecutionsRolloutConfig
impl Send for JobExecutionsRolloutConfig
impl Sync for JobExecutionsRolloutConfig
impl Unpin for JobExecutionsRolloutConfig
impl UnwindSafe for JobExecutionsRolloutConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more