DeleteFileOutput

public struct DeleteFileOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The blob ID removed from the tree as part of deleting the file.

    Declaration

    Swift

    public let blobId: String
  • The full commit ID of the commit that contains the change that deletes the file.

    Declaration

    Swift

    public let commitId: String
  • The fully qualified path to the file to be deleted, including the full name and extension of that file.

    Declaration

    Swift

    public let filePath: String
  • The full SHA-1 pointer of the tree information for the commit that contains the delete file change.

    Declaration

    Swift

    public let treeId: String
  • Undocumented

    Declaration

    Swift

    public init(blobId: String, commitId: String, filePath: String, treeId: String)