Class: Aws::Types::SubModule
- Inherits:
-
Object
- Object
- Aws::Types::SubModule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#absolute_path ⇒ ::String
Returns the value of attribute absolute_path.
-
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
-
#relative_path ⇒ ::String
Returns the value of attribute relative_path.
Instance Attribute Details
#absolute_path ⇒ ::String
Returns the value of attribute absolute_path.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def absolute_path @absolute_path end |
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def commit_id @commit_id end |
#relative_path ⇒ ::String
Returns the value of attribute relative_path.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def relative_path @relative_path end |