Class: Aws::Types::MergeBranchesBySquashOutput
- Inherits:
-
Object
- Object
- Aws::Types::MergeBranchesBySquashOutput
- 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.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def commit_id @commit_id end |
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def tree_id @tree_id end |