Struct aws_sdk_transcribe::output::GetVocabularyFilterOutput [−][src]
#[non_exhaustive]pub struct GetVocabularyFilterOutput {
pub vocabulary_filter_name: Option<String>,
pub language_code: Option<LanguageCode>,
pub last_modified_time: Option<DateTime>,
pub download_uri: Option<String>,
}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_filter_name: Option<String>The name of the vocabulary filter.
language_code: Option<LanguageCode>The language code of the words in the vocabulary filter.
last_modified_time: Option<DateTime>The date and time that the contents of the vocabulary filter were updated.
download_uri: Option<String>The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
Implementations
The name of the vocabulary filter.
The language code of the words in the vocabulary filter.
The date and time that the contents of the vocabulary filter were updated.
The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
Creates a new builder-style object to manufacture GetVocabularyFilterOutput
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 GetVocabularyFilterOutput
impl Send for GetVocabularyFilterOutput
impl Sync for GetVocabularyFilterOutput
impl Unpin for GetVocabularyFilterOutput
impl UnwindSafe for GetVocabularyFilterOutput
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