#[non_exhaustive]pub struct ListFunctionsByCodeSigningConfigOutput { /* private fields */ }
Implementations§
source§impl ListFunctionsByCodeSigningConfigOutput
impl ListFunctionsByCodeSigningConfigOutput
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 function_arns(&self) -> Option<&[String]>
pub fn function_arns(&self) -> Option<&[String]>
The function ARNs.
source§impl ListFunctionsByCodeSigningConfigOutput
impl ListFunctionsByCodeSigningConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListFunctionsByCodeSigningConfigOutput
.
Trait Implementations§
source§impl Clone for ListFunctionsByCodeSigningConfigOutput
impl Clone for ListFunctionsByCodeSigningConfigOutput
source§fn clone(&self) -> ListFunctionsByCodeSigningConfigOutput
fn clone(&self) -> ListFunctionsByCodeSigningConfigOutput
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 PartialEq<ListFunctionsByCodeSigningConfigOutput> for ListFunctionsByCodeSigningConfigOutput
impl PartialEq<ListFunctionsByCodeSigningConfigOutput> for ListFunctionsByCodeSigningConfigOutput
source§fn eq(&self, other: &ListFunctionsByCodeSigningConfigOutput) -> bool
fn eq(&self, other: &ListFunctionsByCodeSigningConfigOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.