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

Class: Aws::CodeCommit::Types::SymbolicLink

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

Overview

Returns information about a symbolic link in a repository folder.

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_pathString

The fully qualified path to the folder that contains the symbolic link.

Returns:

  • (String)

    The fully qualified path to the folder that contains the symbolic link.

#blob_idString

The blob ID that contains the information about the symbolic link.

Returns:

  • (String)

    The blob ID that contains the information about the symbolic link.

#file_modeString

The file mode permissions of the blob that cotains information about the symbolic link.

Possible values:

  • EXECUTABLE
  • NORMAL
  • SYMLINK

Returns:

  • (String)

    The file mode permissions of the blob that cotains information about the symbolic link.

#relative_pathString

The relative path of the symbolic link from the folder where the query originated.

Returns:

  • (String)

    The relative path of the symbolic link from the folder where the query originated.