You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returns information about a submodule reference in a repository folder.

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)

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

#commit_idString

The commit ID that contains the reference to the submodule.

Returns:

  • (String)

    The commit ID that contains the reference to the submodule.

#relative_pathString

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

Returns:

  • (String)

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