Struct rusoto_lambda::DeleteFunctionConcurrencyRequest[][src]

pub struct DeleteFunctionConcurrencyRequest {
    pub function_name: String,
}

Fields

The name of the function you are removing concurrent execution limits from. For more information, see concurrent-executions.

Trait Implementations

impl Default for DeleteFunctionConcurrencyRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DeleteFunctionConcurrencyRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteFunctionConcurrencyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteFunctionConcurrencyRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations