Struct aws_sdk_iot::model::AwsJobExecutionsRolloutConfig
source · #[non_exhaustive]pub struct AwsJobExecutionsRolloutConfig { /* private fields */ }
Expand description
Configuration for the rollout of OTA updates.
Implementations§
source§impl AwsJobExecutionsRolloutConfig
impl AwsJobExecutionsRolloutConfig
sourcepub fn maximum_per_minute(&self) -> Option<i32>
pub fn maximum_per_minute(&self) -> Option<i32>
The maximum number of OTA update job executions started per minute.
sourcepub fn exponential_rate(&self) -> Option<&AwsJobExponentialRolloutRate>
pub fn exponential_rate(&self) -> Option<&AwsJobExponentialRolloutRate>
The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.
source§impl AwsJobExecutionsRolloutConfig
impl AwsJobExecutionsRolloutConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsJobExecutionsRolloutConfig
.
Trait Implementations§
source§impl Clone for AwsJobExecutionsRolloutConfig
impl Clone for AwsJobExecutionsRolloutConfig
source§fn clone(&self) -> AwsJobExecutionsRolloutConfig
fn clone(&self) -> AwsJobExecutionsRolloutConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<AwsJobExecutionsRolloutConfig> for AwsJobExecutionsRolloutConfig
impl PartialEq<AwsJobExecutionsRolloutConfig> for AwsJobExecutionsRolloutConfig
source§fn eq(&self, other: &AwsJobExecutionsRolloutConfig) -> bool
fn eq(&self, other: &AwsJobExecutionsRolloutConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.