You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::SetFileModeEntry

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SetFileModeEntry as input to an Aws::Client method, you can use a vanilla Hash:

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

Information about the file mode changes.

Instance Attribute Summary collapse

Instance Attribute Details

#file_modeString

The file mode for the file.

Possible values:

  • EXECUTABLE
  • NORMAL
  • SYMLINK

Returns:

  • (String)

    The file mode for the file.

#file_pathString

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

Returns:

  • (String)

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