UpdateDocumentRequest
public struct UpdateDocumentRequest : 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
-
The name of the document.
Declaration
Swift
public let name: String?
-
The ID of the parent folder.
Declaration
Swift
public let parentFolderId: String?
-
The resource state of the document. Only ACTIVE and RECYCLED are supported.
Declaration
Swift
public let resourceState: ResourceStateType?
-
Undocumented
Declaration
Swift
public init(authenticationToken: String? = nil, documentId: String, name: String? = nil, parentFolderId: String? = nil, resourceState: ResourceStateType? = nil)
-
Declaration
Swift
public func validate(name: String) throws