Class: Aws::CodeCommit::Types::GetFolderOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetFolderOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#commit_id ⇒ String
The full commit ID used as a reference for the returned version of the folder content.
-
#files ⇒ Array<Types::File>
The list of files in the specified folder, if any.
-
#folder_path ⇒ String
The fully qualified path of the folder whose contents are returned.
-
#sub_folders ⇒ Array<Types::Folder>
The list of folders that exist under the specified folder, if any.
-
#sub_modules ⇒ Array<Types::SubModule>
The list of submodules in the specified folder, if any.
-
#symbolic_links ⇒ Array<Types::SymbolicLink>
The list of symbolic links to other files and folders in the specified folder, if any.
-
#tree_id ⇒ String
The full SHA-1 pointer of the tree information for the commit that contains the folder.
Instance Attribute Details
#commit_id ⇒ String
The full commit ID used as a reference for the returned version of the folder content.
3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3189 class GetFolderOutput < Struct.new( :commit_id, :folder_path, :tree_id, :sub_folders, :files, :symbolic_links, :sub_modules) SENSITIVE = [] include Aws::Structure end |
#files ⇒ Array<Types::File>
The list of files in the specified folder, if any.
3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3189 class GetFolderOutput < Struct.new( :commit_id, :folder_path, :tree_id, :sub_folders, :files, :symbolic_links, :sub_modules) SENSITIVE = [] include Aws::Structure end |
#folder_path ⇒ String
The fully qualified path of the folder whose contents are returned.
3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3189 class GetFolderOutput < Struct.new( :commit_id, :folder_path, :tree_id, :sub_folders, :files, :symbolic_links, :sub_modules) SENSITIVE = [] include Aws::Structure end |
#sub_folders ⇒ Array<Types::Folder>
The list of folders that exist under the specified folder, if any.
3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3189 class GetFolderOutput < Struct.new( :commit_id, :folder_path, :tree_id, :sub_folders, :files, :symbolic_links, :sub_modules) SENSITIVE = [] include Aws::Structure end |
#sub_modules ⇒ Array<Types::SubModule>
The list of submodules in the specified folder, if any.
3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3189 class GetFolderOutput < Struct.new( :commit_id, :folder_path, :tree_id, :sub_folders, :files, :symbolic_links, :sub_modules) SENSITIVE = [] include Aws::Structure end |
#symbolic_links ⇒ Array<Types::SymbolicLink>
The list of symbolic links to other files and folders in the specified folder, if any.
3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3189 class GetFolderOutput < Struct.new( :commit_id, :folder_path, :tree_id, :sub_folders, :files, :symbolic_links, :sub_modules) SENSITIVE = [] include Aws::Structure end |
#tree_id ⇒ String
The full SHA-1 pointer of the tree information for the commit that contains the folder.
3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-codecommit/types.rb', line 3189 class GetFolderOutput < Struct.new( :commit_id, :folder_path, :tree_id, :sub_folders, :files, :symbolic_links, :sub_modules) SENSITIVE = [] include Aws::Structure end |