UpdateVocabularyFilterResponse
public struct UpdateVocabularyFilterResponse : 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 filter was updated.
Declaration
Swift
public let lastModifiedTime: TimeStamp? -
The name of the updated vocabulary filter.
Declaration
Swift
public let vocabularyFilterName: String? -
Undocumented
Declaration
Swift
public init(languageCode: LanguageCode? = nil, lastModifiedTime: TimeStamp? = nil, vocabularyFilterName: String? = nil)
View on GitHub
UpdateVocabularyFilterResponse Structure Reference