Struct rusoto_lambda::ListAliasesResponse [] [src]

pub struct ListAliasesResponse {
    pub aliases: Option<Vec<AliasConfiguration>>,
    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]

[src]

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

impl Debug for ListAliasesResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListAliasesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations