NAME
Paws::CodeCommit::DeleteFileOutput
ATTRIBUTES
REQUIRED BlobId => Str
The blob ID removed from the tree as part of deleting the file.
REQUIRED CommitId => Str
The full commit ID of the commit that contains the change that deletes the file.
REQUIRED FilePath => Str
The fully qualified path to the file to be deleted, including the full name and extension of that file.
REQUIRED TreeId => Str
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.