class Aws::CodeCommit::Types::GetFolderOutput
@!attribute [rw] commit_id
The full commit ID used as a reference for the returned version of the folder content. @return [String]
@!attribute [rw] folder_path
The fully qualified path of the folder whose contents are returned. @return [String]
@!attribute [rw] tree_id
The full SHA-1 pointer of the tree information for the commit that contains the folder. @return [String]
@!attribute [rw] sub_folders
The list of folders that exist under the specified folder, if any. @return [Array<Types::Folder>]
@!attribute [rw] files
The list of files in the specified folder, if any. @return [Array<Types::File>]
@!attribute [rw] symbolic_links
The list of symbolic links to other files and folders in the specified folder, if any. @return [Array<Types::SymbolicLink>]
@!attribute [rw] sub_modules
The list of submodules in the specified folder, if any. @return [Array<Types::SubModule>]
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/GetFolderOutput AWS API Documentation
Constants
- SENSITIVE