#[non_exhaustive]pub struct ListVersionsByFunctionOutput { /* private fields */ }
Implementations§
source§impl ListVersionsByFunctionOutput
impl ListVersionsByFunctionOutput
sourcepub fn next_marker(&self) -> Option<&str>
pub fn next_marker(&self) -> Option<&str>
The pagination token that's included if more results are available.
sourcepub fn versions(&self) -> Option<&[FunctionConfiguration]>
pub fn versions(&self) -> Option<&[FunctionConfiguration]>
A list of Lambda function versions.
source§impl ListVersionsByFunctionOutput
impl ListVersionsByFunctionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListVersionsByFunctionOutput
.
Trait Implementations§
source§impl Clone for ListVersionsByFunctionOutput
impl Clone for ListVersionsByFunctionOutput
source§fn clone(&self) -> ListVersionsByFunctionOutput
fn clone(&self) -> ListVersionsByFunctionOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListVersionsByFunctionOutput
impl Debug for ListVersionsByFunctionOutput
source§impl PartialEq<ListVersionsByFunctionOutput> for ListVersionsByFunctionOutput
impl PartialEq<ListVersionsByFunctionOutput> for ListVersionsByFunctionOutput
source§fn eq(&self, other: &ListVersionsByFunctionOutput) -> bool
fn eq(&self, other: &ListVersionsByFunctionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.