DescribeFolderContentsResponse
public struct DescribeFolderContentsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The documents in the specified folder.
Declaration
Swift
public let documents: [DocumentMetadata]? -
The subfolders in the specified folder.
Declaration
Swift
public let folders: [FolderMetadata]? -
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(documents: [DocumentMetadata]? = nil, folders: [FolderMetadata]? = nil, marker: String? = nil)
View on GitHub
DescribeFolderContentsResponse Structure Reference