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

Class: Aws::CodeCommit::Types::FileModes

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

Overview

Information about file modes in a merge or pull request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#baseString

The file mode of a file in the base of a merge or pull request.

Possible values:

  • EXECUTABLE
  • NORMAL
  • SYMLINK

Returns:

  • (String)

    The file mode of a file in the base of a merge or pull request.

#destinationString

The file mode of a file in the destination of a merge or pull request.

Possible values:

  • EXECUTABLE
  • NORMAL
  • SYMLINK

Returns:

  • (String)

    The file mode of a file in the destination of a merge or pull request.

#sourceString

The file mode of a file in the source of a merge or pull request.

Possible values:

  • EXECUTABLE
  • NORMAL
  • SYMLINK

Returns:

  • (String)

    The file mode of a file in the source of a merge or pull request.