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

Class: Aws::CodeCommit::Types::File

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

Overview

Returns information about a file in a repository.

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_path ⇒ String

The fully qualified path to the file in the repository.

Returns:

  • (String) —

    The fully qualified path to the file in the repository.

#blob_id ⇒ String

The blob ID that contains the file information.

Returns:

  • (String) —

    The blob ID that contains the file information.

#file_mode ⇒ String

The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

Possible values:

  • EXECUTABLE
  • NORMAL
  • SYMLINK

Returns:

  • (String) —

    The extrapolated file mode permissions for the file.

#relative_path ⇒ String

The relative path of the file from the folder where the query originated.

Returns:

  • (String) —

    The relative path of the file from the folder where the query originated.