Struct rusoto_lambda::ListVersionsByFunctionResponse [] [src]

pub struct ListVersionsByFunctionResponse {
    pub next_marker: Option<String>,
    pub versions: Option<Vec<FunctionConfiguration>>,
}

Fields

A string, present if there are more function versions.

A list of Lambda function versions.

Trait Implementations

impl Default for ListVersionsByFunctionResponse
[src]

[src]

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

impl Debug for ListVersionsByFunctionResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListVersionsByFunctionResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more