Struct rusoto_lambda::ListFunctionsRequest [] [src]

pub struct ListFunctionsRequest {
    pub marker: Option<String>,
    pub max_items: Option<i64>,
}

Fields

Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.

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]

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

impl Debug for ListFunctionsRequest
[src]

Formats the value using the given formatter.

impl Clone for ListFunctionsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more