Class: Aws::Types::MergeBranchesByFastForwardOutput
- Inherits:
-
Object
- Object
- Aws::Types::MergeBranchesByFastForwardOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
-
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
Instance Attribute Details
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def commit_id @commit_id end |
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def tree_id @tree_id end |