Struct rusoto_lambda::PutFunctionConcurrencyRequest [−][src]
pub struct PutFunctionConcurrencyRequest {
pub function_name: String,
pub reserved_concurrent_executions: i64,
}Fields
function_name: String
The name of the function you are setting concurrent execution limits on. For more information, see concurrent-executions.
reserved_concurrent_executions: i64
The concurrent execution limit reserved for this function. For more information, see concurrent-executions.
Trait Implementations
impl Default for PutFunctionConcurrencyRequest[src]
impl Default for PutFunctionConcurrencyRequestfn default() -> PutFunctionConcurrencyRequest[src]
fn default() -> PutFunctionConcurrencyRequestReturns the "default value" for a type. Read more
impl Debug for PutFunctionConcurrencyRequest[src]
impl Debug for PutFunctionConcurrencyRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for PutFunctionConcurrencyRequest[src]
impl Clone for PutFunctionConcurrencyRequestfn clone(&self) -> PutFunctionConcurrencyRequest[src]
fn clone(&self) -> PutFunctionConcurrencyRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for PutFunctionConcurrencyRequest[src]
impl PartialEq for PutFunctionConcurrencyRequestfn eq(&self, other: &PutFunctionConcurrencyRequest) -> bool[src]
fn eq(&self, other: &PutFunctionConcurrencyRequest) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &PutFunctionConcurrencyRequest) -> bool[src]
fn ne(&self, other: &PutFunctionConcurrencyRequest) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for PutFunctionConcurrencyRequest
impl Send for PutFunctionConcurrencyRequestimpl Sync for PutFunctionConcurrencyRequest
impl Sync for PutFunctionConcurrencyRequest