DescribeRootFoldersResponse
public struct DescribeRootFoldersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The user’s special folders.
Declaration
Swift
public let folders: [FolderMetadata]? -
The marker for the next set of results.
Declaration
Swift
public let marker: String? -
Undocumented
Declaration
Swift
public init(folders: [FolderMetadata]? = nil, marker: String? = nil)
View on GitHub
DescribeRootFoldersResponse Structure Reference