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

Class: Aws::CodeCommit::Types::GetFolderOutput

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#commit_idString

The full commit ID used as a reference for the returned version of the folder content.

Returns:

  • (String)

    The full commit ID used as a reference for the returned version of the folder content.

#filesArray<Types::File>

The list of files in the specified folder, if any.

Returns:

  • (Array<Types::File>)

    The list of files in the specified folder, if any.

#folder_pathString

The fully qualified path of the folder whose contents are returned.

Returns:

  • (String)

    The fully qualified path of the folder whose contents are returned.

#sub_foldersArray<Types::Folder>

The list of folders that exist under the specified folder, if any.

Returns:

  • (Array<Types::Folder>)

    The list of folders that exist under the specified folder, if any.

#sub_modulesArray<Types::SubModule>

The list of submodules in the specified folder, if any.

Returns:

  • (Array<Types::SubModule>)

    The list of submodules in the specified folder, if any.

The list of symbolic links to other files and folders in the specified folder, if any.

Returns:

  • (Array<Types::SymbolicLink>)

    The list of symbolic links to other files and folders in the specified folder, if any.

#tree_idString

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.