VocabularyFilterInfo
public struct VocabularyFilterInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The language code of the words in the vocabulary filter.
Declaration
Swift
public let languageCode: LanguageCode? -
The date and time that the vocabulary was last updated.
Declaration
Swift
public let lastModifiedTime: TimeStamp? -
The name of the vocabulary filter. The name must be unique in the account that holds the filter.
Declaration
Swift
public let vocabularyFilterName: String? -
Undocumented
Declaration
Swift
public init(languageCode: LanguageCode? = nil, lastModifiedTime: TimeStamp? = nil, vocabularyFilterName: String? = nil)
View on GitHub
VocabularyFilterInfo Structure Reference