GetFolderOutput
public struct GetFolderOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The full commit ID used as a reference for the returned version of the folder content.
Declaration
Swift
public let commitId: String
-
The list of files in the specified folder, if any.
Declaration
Swift
public let files: [File]?
-
The fully qualified path of the folder whose contents are returned.
Declaration
Swift
public let folderPath: String
-
The list of folders that exist under the specified folder, if any.
Declaration
Swift
public let subFolders: [Folder]?
-
The list of submodules in the specified folder, if any.
Declaration
Swift
public let subModules: [SubModule]?
-
The list of symbolic links to other files and folders in the specified folder, if any.
Declaration
Swift
public let symbolicLinks: [SymbolicLink]?
-
The full SHA-1 pointer of the tree information for the commit that contains the folder.
Declaration
Swift
public let treeId: String?
-
Undocumented
Declaration
Swift
public init(commitId: String, files: [File]? = nil, folderPath: String, subFolders: [Folder]? = nil, subModules: [SubModule]? = nil, symbolicLinks: [SymbolicLink]? = nil, treeId: String? = nil)