Struct aws_sdk_lambda::input::list_functions_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListFunctionsInput
Implementations
For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example, us-east-1
filters
the list of functions to only include Lambda@Edge functions replicated from a master function in US East (N.
Virginia). If specified, you must set FunctionVersion
to ALL
.
For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example, us-east-1
filters
the list of functions to only include Lambda@Edge functions replicated from a master function in US East (N.
Virginia). If specified, you must set FunctionVersion
to ALL
.
Set to ALL
to include entries for all published versions of each function.
Set to ALL
to include entries for all published versions of each function.
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
The maximum number of functions to return in the response. Note that ListFunctions
returns a maximum of 50 items in each response,
even if you set the number higher.
The maximum number of functions to return in the response. Note that ListFunctions
returns a maximum of 50 items in each response,
even if you set the number higher.
Consumes the builder and constructs a ListFunctionsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more