Struct rusoto_lambda::ListFunctionsRequest
[−]
[src]
pub struct ListFunctionsRequest {
pub marker: Option<String>,
pub max_items: Option<MaxListItems>,
}Fields
marker: Option<String>
Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.
max_items: Option<MaxListItems>
Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.
Trait Implementations
impl Default for ListFunctionsRequest[src]
fn default() -> ListFunctionsRequest
Returns the "default value" for a type. Read more
impl Debug for ListFunctionsRequest[src]
impl Clone for ListFunctionsRequest[src]
fn clone(&self) -> ListFunctionsRequest
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more