class Aws::CodeCommit::Types::SetFileModeEntry

Information about the file mode changes.

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

data as a hash:

    {
      file_path: "Path", # required
      file_mode: "EXECUTABLE", # required, accepts EXECUTABLE, NORMAL, SYMLINK
    }

@!attribute [rw] file_path

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

@!attribute [rw] file_mode

The file mode for the file.
@return [String]

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

Constants

SENSITIVE