GetVocabularyFilterResponse
public struct GetVocabularyFilterResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
Declaration
Swift
public let downloadUri: String?
-
The language code of the words in the vocabulary filter.
Declaration
Swift
public let languageCode: LanguageCode?
-
The date and time that the contents of the vocabulary filter were updated.
Declaration
Swift
public let lastModifiedTime: TimeStamp?
-
The name of the vocabulary filter.
Declaration
Swift
public let vocabularyFilterName: String?
-
Undocumented
Declaration
Swift
public init(downloadUri: String? = nil, languageCode: LanguageCode? = nil, lastModifiedTime: TimeStamp? = nil, vocabularyFilterName: String? = nil)