Class: Aws::CodeCommit::Types::DeleteFileEntry

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

Overview

A file that is deleted as part of a commit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_pathString

The full path of the file to be deleted, including the name of the file.

Returns:

  • (String)


1906
1907
1908
1909
1910
# File 'lib/aws-sdk-codecommit/types.rb', line 1906

class DeleteFileEntry < Struct.new(
  :file_path)
  SENSITIVE = []
  include Aws::Structure
end