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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3191

class GetFolderOutput < Struct.new(
  :commit_id,
  :folder_path,
  :tree_id,
  :sub_folders,
  :files,
  :symbolic_links,
  :sub_modules)
  SENSITIVE = []
  include Aws::Structure
end

#filesArray<Types::File>

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

Returns:



3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3191

class GetFolderOutput < Struct.new(
  :commit_id,
  :folder_path,
  :tree_id,
  :sub_folders,
  :files,
  :symbolic_links,
  :sub_modules)
  SENSITIVE = []
  include Aws::Structure
end

#folder_pathString

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

Returns:

  • (String)


3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3191

class GetFolderOutput < Struct.new(
  :commit_id,
  :folder_path,
  :tree_id,
  :sub_folders,
  :files,
  :symbolic_links,
  :sub_modules)
  SENSITIVE = []
  include Aws::Structure
end

#sub_foldersArray<Types::Folder>

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

Returns:



3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3191

class GetFolderOutput < Struct.new(
  :commit_id,
  :folder_path,
  :tree_id,
  :sub_folders,
  :files,
  :symbolic_links,
  :sub_modules)
  SENSITIVE = []
  include Aws::Structure
end

#sub_modulesArray<Types::SubModule>

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

Returns:



3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3191

class GetFolderOutput < Struct.new(
  :commit_id,
  :folder_path,
  :tree_id,
  :sub_folders,
  :files,
  :symbolic_links,
  :sub_modules)
  SENSITIVE = []
  include Aws::Structure
end

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

Returns:



3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3191

class GetFolderOutput < Struct.new(
  :commit_id,
  :folder_path,
  :tree_id,
  :sub_folders,
  :files,
  :symbolic_links,
  :sub_modules)
  SENSITIVE = []
  include Aws::Structure
end

#tree_idString

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

Returns:

  • (String)


3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3191

class GetFolderOutput < Struct.new(
  :commit_id,
  :folder_path,
  :tree_id,
  :sub_folders,
  :files,
  :symbolic_links,
  :sub_modules)
  SENSITIVE = []
  include Aws::Structure
end