#[non_exhaustive]pub struct PutFunctionConcurrencyOutput { /* private fields */ }
Implementations§
source§impl PutFunctionConcurrencyOutput
impl PutFunctionConcurrencyOutput
sourcepub fn reserved_concurrent_executions(&self) -> Option<i32>
pub fn reserved_concurrent_executions(&self) -> Option<i32>
The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda reserved concurrency.
source§impl PutFunctionConcurrencyOutput
impl PutFunctionConcurrencyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutFunctionConcurrencyOutput
.
Trait Implementations§
source§impl Clone for PutFunctionConcurrencyOutput
impl Clone for PutFunctionConcurrencyOutput
source§fn clone(&self) -> PutFunctionConcurrencyOutput
fn clone(&self) -> PutFunctionConcurrencyOutput
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 PutFunctionConcurrencyOutput
impl Debug for PutFunctionConcurrencyOutput
source§impl PartialEq<PutFunctionConcurrencyOutput> for PutFunctionConcurrencyOutput
impl PartialEq<PutFunctionConcurrencyOutput> for PutFunctionConcurrencyOutput
source§fn eq(&self, other: &PutFunctionConcurrencyOutput) -> bool
fn eq(&self, other: &PutFunctionConcurrencyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.