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

Class: Aws::CodeCommit::Types::Folder

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

Overview

Returns information about a folder in a repository.

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_path ⇒ String

The fully qualified path of the folder in the repository.

Returns:

  • (String) —

    The fully qualified path of the folder in the repository.

#relative_path ⇒ String

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

Returns:

  • (String) —

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

#tree_id ⇒ String

The full SHA-1 pointer of the tree information for the commit that contains the folder.

Returns:

  • (String) —

    The full SHA-1 pointer of the tree information for the commit that contains the folder.