ListDocumentVersionsResult
public struct ListDocumentVersionsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The document versions.
Declaration
Swift
public let documentVersions: [DocumentVersionInfo]?
-
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(documentVersions: [DocumentVersionInfo]? = nil, nextToken: String? = nil)