Class: Aws::CodeCommit::Types::SubModule

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

Overview

Returns information about a submodule reference in a repository folder.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#absolute_pathString

The fully qualified path to the folder that contains the reference to the submodule.

Returns:

  • (String)


6571
6572
6573
6574
6575
6576
6577
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6571

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

#commit_idString

The commit ID that contains the reference to the submodule.

Returns:

  • (String)


6571
6572
6573
6574
6575
6576
6577
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6571

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

#relative_pathString

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

Returns:

  • (String)


6571
6572
6573
6574
6575
6576
6577
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 6571

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