Struct rusoto_lambda::ListFunctionsResponse
[−]
[src]
pub struct ListFunctionsResponse {
pub functions: Option<Vec<FunctionConfiguration>>,
pub next_marker: Option<String>,
}Contains a list of AWS Lambda function configurations (see FunctionConfiguration.
Fields
functions: Option<Vec<FunctionConfiguration>>
A list of Lambda functions.
next_marker: Option<String>
A string, present if there are more functions.
Trait Implementations
impl Default for ListFunctionsResponse[src]
fn default() -> ListFunctionsResponse[src]
Returns the "default value" for a type. Read more
impl Debug for ListFunctionsResponse[src]
impl Clone for ListFunctionsResponse[src]
fn clone(&self) -> ListFunctionsResponse[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more