Class: Aws::Types::CreateUnreferencedMergeCommitOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateUnreferencedMergeCommitOutput
- 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.
466 467 468 |
# File 'sig/types.rbs', line 466 def commit_id @commit_id end |
#tree_id ⇒ ::String
Returns the value of attribute tree_id.
467 468 469 |
# File 'sig/types.rbs', line 467 def tree_id @tree_id end |