Struct aws_sdk_transcribe::output::UpdateVocabularyOutput [−][src]
#[non_exhaustive]pub struct UpdateVocabularyOutput {
pub vocabulary_name: Option<String>,
pub language_code: Option<LanguageCode>,
pub last_modified_time: Option<DateTime>,
pub vocabulary_state: Option<VocabularyState>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.vocabulary_name: Option<String>The name of the vocabulary that was updated.
language_code: Option<LanguageCode>The language code of the vocabulary entries.
last_modified_time: Option<DateTime>The date and time that the vocabulary was updated.
vocabulary_state: Option<VocabularyState>The processing state of the vocabulary. When the VocabularyState field contains
READY the vocabulary is ready to be used in a StartTranscriptionJob
request.
Implementations
The name of the vocabulary that was updated.
The language code of the vocabulary entries.
The date and time that the vocabulary was updated.
The processing state of the vocabulary. When the VocabularyState field contains
READY the vocabulary is ready to be used in a StartTranscriptionJob
request.
Creates a new builder-style object to manufacture UpdateVocabularyOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for UpdateVocabularyOutput
impl Send for UpdateVocabularyOutput
impl Sync for UpdateVocabularyOutput
impl Unpin for UpdateVocabularyOutput
impl UnwindSafe for UpdateVocabularyOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more