DescribeDocumentVersionsRequest
public struct DescribeDocumentVersionsRequest : AWSShape
extension WorkDocs.DescribeDocumentVersionsRequest: AWSPaginateStringToken
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
-
Specify “SOURCE” to include initialized versions and a URL for the source document.
Declaration
Swift
public let fields: String?
-
A comma-separated list of values. Specify “INITIALIZED” to include incomplete versions.
Declaration
Swift
public let include: String?
-
The maximum number of versions to return with this call.
Declaration
Swift
public let limit: Int?
-
The marker for the next set of results. (You received this marker from a previous call.)
Declaration
Swift
public let marker: String?
-
Undocumented
Declaration
Swift
public init(authenticationToken: String? = nil, documentId: String, fields: String? = nil, include: String? = nil, limit: Int? = nil, marker: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> WorkDocs.DescribeDocumentVersionsRequest