class Aws::CodeCommit::Types::SourceFileSpecifier

Information about a source file that is part of changes made in a commit.

@note When making an API call, you may pass SourceFileSpecifier

data as a hash:

    {
      file_path: "Path", # required
      is_move: false,
    }

@!attribute [rw] file_path

The full path to the file, including the name of the file.
@return [String]

@!attribute [rw] is_move

Whether to remove the source file from the parent commit.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/SourceFileSpecifier AWS API Documentation

Constants

SENSITIVE