Struct rusoto_polly::ListLexiconsOutput [] [src]

pub struct ListLexiconsOutput {
    pub lexicons: Option<Vec<LexiconDescription>>,
    pub next_token: Option<String>,
}

Fields

A list of lexicon names and attributes.

The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.

Trait Implementations

impl Default for ListLexiconsOutput
[src]

[src]

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

impl Debug for ListLexiconsOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListLexiconsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations