Struct rusoto_lambda::ListAliasesResponse
[−]
[src]
pub struct ListAliasesResponse {
pub aliases: Option<Vec<AliasConfiguration>>,
pub next_marker: Option<String>,
}Fields
aliases: Option<Vec<AliasConfiguration>>
A list of aliases.
next_marker: Option<String>
A string, present if there are more aliases.
Trait Implementations
impl Default for ListAliasesResponse[src]
fn default() -> ListAliasesResponse[src]
Returns the "default value" for a type. Read more
impl Debug for ListAliasesResponse[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for ListAliasesResponse[src]
fn clone(&self) -> ListAliasesResponse[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more