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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blob_idString

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

Returns:

  • (String)


1998
1999
2000
2001
2002
2003
2004
2005
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1998

class DeleteFileOutput < Struct.new(
  :commit_id,
  :blob_id,
  :tree_id,
  :file_path)
  SENSITIVE = []
  include Aws::Structure
end

#commit_idString

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

Returns:

  • (String)


1998
1999
2000
2001
2002
2003
2004
2005
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1998

class DeleteFileOutput < Struct.new(
  :commit_id,
  :blob_id,
  :tree_id,
  :file_path)
  SENSITIVE = []
  include Aws::Structure
end

#file_pathString

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

Returns:

  • (String)


1998
1999
2000
2001
2002
2003
2004
2005
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1998

class DeleteFileOutput < Struct.new(
  :commit_id,
  :blob_id,
  :tree_id,
  :file_path)
  SENSITIVE = []
  include Aws::Structure
end

#tree_idString

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

Returns:

  • (String)


1998
1999
2000
2001
2002
2003
2004
2005
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 1998

class DeleteFileOutput < Struct.new(
  :commit_id,
  :blob_id,
  :tree_id,
  :file_path)
  SENSITIVE = []
  include Aws::Structure
end