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]

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

impl Debug for GetLexiconOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for GetLexiconOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetLexiconOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations