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