Struct aws_sdk_lambda::model::ScalingConfig
source · #[non_exhaustive]pub struct ScalingConfig { /* private fields */ }
Expand description
(Amazon SQS only) The scaling configuration for the event source. To remove the configuration, pass an empty value.
Implementations§
source§impl ScalingConfig
impl ScalingConfig
sourcepub fn maximum_concurrency(&self) -> Option<i32>
pub fn maximum_concurrency(&self) -> Option<i32>
Limits the number of concurrent instances that the Amazon SQS event source can invoke.
source§impl ScalingConfig
impl ScalingConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ScalingConfig
.
Trait Implementations§
source§impl Clone for ScalingConfig
impl Clone for ScalingConfig
source§fn clone(&self) -> ScalingConfig
fn clone(&self) -> ScalingConfig
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 Debug for ScalingConfig
impl Debug for ScalingConfig
source§impl PartialEq<ScalingConfig> for ScalingConfig
impl PartialEq<ScalingConfig> for ScalingConfig
source§fn eq(&self, other: &ScalingConfig) -> bool
fn eq(&self, other: &ScalingConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.