DeleteFileOutput
public struct DeleteFileOutput : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The blob ID removed from the tree as part of deleting the file. DeclarationSwift public let blobId: String
- 
                  
                  The full commit ID of the commit that contains the change that deletes the file. DeclarationSwift public let commitId: String
- 
                  
                  The fully qualified path to the file to be deleted, including the full name and extension of that file. DeclarationSwift public let filePath: String
- 
                  
                  The full SHA-1 pointer of the tree information for the commit that contains the delete file change. DeclarationSwift public let treeId: String
- 
                  
                  Undocumented DeclarationSwift public init(blobId: String, commitId: String, filePath: String, treeId: String)
 View on GitHub
View on GitHub DeleteFileOutput Structure Reference
        DeleteFileOutput Structure Reference