#[non_exhaustive]pub struct ListFunctionUrlConfigsOutput { /* private fields */ }
Implementations§
source§impl ListFunctionUrlConfigsOutput
impl ListFunctionUrlConfigsOutput
sourcepub fn function_url_configs(&self) -> Option<&[FunctionUrlConfig]>
pub fn function_url_configs(&self) -> Option<&[FunctionUrlConfig]>
A list of function URL 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 ListFunctionUrlConfigsOutput
impl ListFunctionUrlConfigsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListFunctionUrlConfigsOutput
.
Trait Implementations§
source§impl Clone for ListFunctionUrlConfigsOutput
impl Clone for ListFunctionUrlConfigsOutput
source§fn clone(&self) -> ListFunctionUrlConfigsOutput
fn clone(&self) -> ListFunctionUrlConfigsOutput
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 more