DescribeDocumentVersionsResponse
public struct DescribeDocumentVersionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The document versions.
Declaration
Swift
public let documentVersions: [DocumentVersionMetadata]? -
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
Declaration
Swift
public let marker: String? -
Undocumented
Declaration
Swift
public init(documentVersions: [DocumentVersionMetadata]? = nil, marker: String? = nil)
View on GitHub
DescribeDocumentVersionsResponse Structure Reference