You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::DeleteFileOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#blob_idString

The blob ID removed from the tree as part of deleting the file.

Returns:

  • (String)

    The blob ID removed from the tree as part of deleting the file.

#commit_idString

The full commit ID of the commit that contains the change that deletes the file.

Returns:

  • (String)

    The full commit ID of the commit that contains the change that deletes the file.

#file_pathString

The fully qualified path to the file to be deleted, including the full name and extension of that file.

Returns:

  • (String)

    The fully qualified path to the file to be deleted, including the full name and extension of that file.

#tree_idString

The full SHA-1 pointer of the tree information for the commit that contains the delete file change.

Returns:

  • (String)

    The full SHA-1 pointer of the tree information for the commit that contains the delete file change.