Class: Aws::CodeCommit::Types::DeleteFileOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::DeleteFileOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blob_id ⇒ String
The blob ID removed from the tree as part of deleting the file.
-
#commit_id ⇒ String
The full commit ID of the commit that contains the change that deletes the file.
-
#file_path ⇒ String
The fully qualified path to the file to be deleted, including the full name and extension of that file.
-
#tree_id ⇒ String
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
Instance Attribute Details
#blob_id ⇒ String
The blob ID removed from the tree as part of deleting the file.
1996 1997 1998 1999 2000 2001 2002 2003 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1996 class DeleteFileOutput < Struct.new( :commit_id, :blob_id, :tree_id, :file_path) SENSITIVE = [] include Aws::Structure end |
#commit_id ⇒ String
The full commit ID of the commit that contains the change that deletes the file.
1996 1997 1998 1999 2000 2001 2002 2003 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1996 class DeleteFileOutput < Struct.new( :commit_id, :blob_id, :tree_id, :file_path) SENSITIVE = [] include Aws::Structure end |
#file_path ⇒ String
The fully qualified path to the file to be deleted, including the full name and extension of that file.
1996 1997 1998 1999 2000 2001 2002 2003 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1996 class DeleteFileOutput < Struct.new( :commit_id, :blob_id, :tree_id, :file_path) SENSITIVE = [] include Aws::Structure end |
#tree_id ⇒ String
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
1996 1997 1998 1999 2000 2001 2002 2003 |
# File 'lib/aws-sdk-codecommit/types.rb', line 1996 class DeleteFileOutput < Struct.new( :commit_id, :blob_id, :tree_id, :file_path) SENSITIVE = [] include Aws::Structure end |