Struct rusoto_polly::GetLexiconOutput [] [src]

pub struct GetLexiconOutput {
    pub lexicon: Option<Lexicon>,
    pub lexicon_attributes: Option<LexiconAttributes>,
}

Fields

Lexicon object that provides name and the string content of the lexicon.

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.

Trait Implementations

impl Default for GetLexiconOutput
[src]

[src]

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

impl Debug for GetLexiconOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetLexiconOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more