GetVocabularyResponse
public struct GetVocabularyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
Declaration
Swift
public let downloadUri: String? -
If the VocabularyState field is FAILED, this field contains information about why the job failed.
Declaration
Swift
public let failureReason: String? -
The language code of the vocabulary entries.
Declaration
Swift
public let languageCode: LanguageCode? -
The date and time that the vocabulary was last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp? -
The name of the vocabulary to return.
Declaration
Swift
public let vocabularyName: String? -
The processing state of the vocabulary.
Declaration
Swift
public let vocabularyState: VocabularyState? -
Undocumented
Declaration
Swift
public init(downloadUri: String? = nil, failureReason: String? = nil, languageCode: LanguageCode? = nil, lastModifiedTime: TimeStamp? = nil, vocabularyName: String? = nil, vocabularyState: VocabularyState? = nil)
View on GitHub
GetVocabularyResponse Structure Reference