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

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

Overview

Returns information about a folder in a repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_pathString

The fully qualified path of the folder in the repository.

Returns:

  • (String)


2633
2634
2635
2636
2637
2638
2639
# File 'lib/aws-sdk-codecommit/types.rb', line 2633

class Folder < Struct.new(
  :tree_id,
  :absolute_path,
  :relative_path)
  SENSITIVE = []
  include Aws::Structure
end

#relative_pathString

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

Returns:

  • (String)


2633
2634
2635
2636
2637
2638
2639
# File 'lib/aws-sdk-codecommit/types.rb', line 2633

class Folder < Struct.new(
  :tree_id,
  :absolute_path,
  :relative_path)
  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)


2633
2634
2635
2636
2637
2638
2639
# File 'lib/aws-sdk-codecommit/types.rb', line 2633

class Folder < Struct.new(
  :tree_id,
  :absolute_path,
  :relative_path)
  SENSITIVE = []
  include Aws::Structure
end