Class: Aws::Types::MergeBranchesByThreeWayOutput
- Inherits:
-
Object
- Object
- Aws::Types::MergeBranchesByThreeWayOutput
- 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.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def commit_id @commit_id end |
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def tree_id @tree_id end |