GetDocumentVersionRequest
public struct GetDocumentVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
Declaration
Swift
public let authenticationToken: String?
-
The ID of the document.
Declaration
Swift
public let documentId: String
-
A comma-separated list of values. Specify “SOURCE” to include a URL for the source document.
Declaration
Swift
public let fields: String?
-
Set this to TRUE to include custom metadata in the response.
Declaration
Swift
public let includeCustomMetadata: Bool?
-
The version ID of the document.
Declaration
Swift
public let versionId: String
-
Undocumented
Declaration
Swift
public init(authenticationToken: String? = nil, documentId: String, fields: String? = nil, includeCustomMetadata: Bool? = nil, versionId: String)
-
Declaration
Swift
public func validate(name: String) throws