InitiateDocumentVersionUploadRequest
public struct InitiateDocumentVersionUploadRequest : 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 timestamp when the content of the document was originally created.
Declaration
Swift
public let contentCreatedTimestamp: TimeStamp?
-
The timestamp when the content of the document was modified.
Declaration
Swift
public let contentModifiedTimestamp: TimeStamp?
-
The content type of the document.
Declaration
Swift
public let contentType: String?
-
The size of the document, in bytes.
Declaration
Swift
public let documentSizeInBytes: Int64?
-
The ID of the document.
Declaration
Swift
public let id: String?
-
The name of the document.
Declaration
Swift
public let name: String?
-
The ID of the parent folder.
Declaration
Swift
public let parentFolderId: String
-
Declaration
Swift
public func validate(name: String) throws