#[non_exhaustive]pub struct GetVocabularyFilterOutput { /* private fields */ }Implementations§
source§impl GetVocabularyFilterOutput
impl GetVocabularyFilterOutput
sourcepub fn vocabulary_filter_name(&self) -> Option<&str>
pub fn vocabulary_filter_name(&self) -> Option<&str>
The name of the custom vocabulary filter you requested information about.
sourcepub fn language_code(&self) -> Option<&LanguageCode>
pub fn language_code(&self) -> Option<&LanguageCode>
The language code you selected for your custom vocabulary filter.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
The date and time the specified custom vocabulary filter was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
sourcepub fn download_uri(&self) -> Option<&str>
pub fn download_uri(&self) -> Option<&str>
The Amazon S3 location where the custom vocabulary filter is stored; use this URI to view or download the custom vocabulary filter.
source§impl GetVocabularyFilterOutput
impl GetVocabularyFilterOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetVocabularyFilterOutput.
Trait Implementations§
source§impl Clone for GetVocabularyFilterOutput
impl Clone for GetVocabularyFilterOutput
source§fn clone(&self) -> GetVocabularyFilterOutput
fn clone(&self) -> GetVocabularyFilterOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetVocabularyFilterOutput
impl Debug for GetVocabularyFilterOutput
source§impl PartialEq<GetVocabularyFilterOutput> for GetVocabularyFilterOutput
impl PartialEq<GetVocabularyFilterOutput> for GetVocabularyFilterOutput
source§fn eq(&self, other: &GetVocabularyFilterOutput) -> bool
fn eq(&self, other: &GetVocabularyFilterOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.