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