Class: Aws::Types::GetMergeCommitOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMergeCommitOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_commit_id ⇒ ::String
Returns the value of attribute base_commit_id.
-
#destination_commit_id ⇒ ::String
Returns the value of attribute destination_commit_id.
-
#merged_commit_id ⇒ ::String
Returns the value of attribute merged_commit_id.
-
#source_commit_id ⇒ ::String
Returns the value of attribute source_commit_id.
Instance Attribute Details
#base_commit_id ⇒ ::String
Returns the value of attribute base_commit_id.
924 925 926 |
# File 'sig/types.rbs', line 924 def base_commit_id @base_commit_id end |
#destination_commit_id ⇒ ::String
Returns the value of attribute destination_commit_id.
923 924 925 |
# File 'sig/types.rbs', line 923 def destination_commit_id @destination_commit_id end |
#merged_commit_id ⇒ ::String
Returns the value of attribute merged_commit_id.
925 926 927 |
# File 'sig/types.rbs', line 925 def merged_commit_id @merged_commit_id end |
#source_commit_id ⇒ ::String
Returns the value of attribute source_commit_id.
922 923 924 |
# File 'sig/types.rbs', line 922 def source_commit_id @source_commit_id end |