Struct aws_sdk_transcribe::model::VocabularyFilterInfo
source · [−]#[non_exhaustive]pub struct VocabularyFilterInfo {
pub vocabulary_filter_name: Option<String>,
pub language_code: Option<LanguageCode>,
pub last_modified_time: Option<DateTime>,
}
Expand description
Provides information about a vocabulary filter.
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. The name must be unique in the account that holds the 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 vocabulary was last updated.
Implementations
The name of the vocabulary filter. The name must be unique in the account that holds the filter.
The language code of the words in the vocabulary filter.
The date and time that the vocabulary was last updated.
Creates a new builder-style object to manufacture VocabularyFilterInfo
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 VocabularyFilterInfo
impl Send for VocabularyFilterInfo
impl Sync for VocabularyFilterInfo
impl Unpin for VocabularyFilterInfo
impl UnwindSafe for VocabularyFilterInfo
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