ListDocumentVersionsResult
public struct ListDocumentVersionsResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The document versions. DeclarationSwift 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. DeclarationSwift public let nextToken: String?
- 
                  
                  Undocumented DeclarationSwift public init(documentVersions: [DocumentVersionInfo]? = nil, nextToken: String? = nil)
 View on GitHub
View on GitHub ListDocumentVersionsResult Structure Reference
        ListDocumentVersionsResult Structure Reference