Class: Aws::CodeCommit::Types::SubModule
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::SubModule
- Includes:
- Structure
- Defined in:
- 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
-
#absolute_path ⇒ String
The fully qualified path to the folder that contains the reference to the submodule.
-
#commit_id ⇒ String
The commit ID that contains the reference to the submodule.
-
#relative_path ⇒ String
The relative path of the submodule from the folder where the query originated.
Instance Attribute Details
#absolute_path ⇒ String
The fully qualified path to the folder that contains the reference to the submodule.
6575 6576 6577 6578 6579 6580 6581 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6575 class SubModule < Struct.new( :commit_id, :absolute_path, :relative_path) SENSITIVE = [] include Aws::Structure end |
#commit_id ⇒ String
The commit ID that contains the reference to the submodule.
6575 6576 6577 6578 6579 6580 6581 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6575 class SubModule < Struct.new( :commit_id, :absolute_path, :relative_path) SENSITIVE = [] include Aws::Structure end |
#relative_path ⇒ String
The relative path of the submodule from the folder where the query originated.
6575 6576 6577 6578 6579 6580 6581 |
# File 'lib/aws-sdk-codecommit/types.rb', line 6575 class SubModule < Struct.new( :commit_id, :absolute_path, :relative_path) SENSITIVE = [] include Aws::Structure end |