Struct rusoto_lambda::ListAliasesResponse [] [src]

pub struct ListAliasesResponse {
    pub aliases: Option<AliasList>,
    pub next_marker: Option<String>,
}

Fields

A list of aliases.

A string, present if there are more aliases.

Trait Implementations

impl Default for ListAliasesResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for ListAliasesResponse
[src]

Formats the value using the given formatter.

impl Clone for ListAliasesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more