Class: Aws::Types::DescribeMergeConflictsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMergeConflictsOutput
- 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.
-
#conflict_metadata ⇒ Types::ConflictMetadata
Returns the value of attribute conflict_metadata.
-
#destination_commit_id ⇒ ::String
Returns the value of attribute destination_commit_id.
-
#merge_hunks ⇒ ::Array[Types::MergeHunk]
Returns the value of attribute merge_hunks.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
570 571 572 |
# File 'sig/types.rbs', line 570 def base_commit_id @base_commit_id end |
#conflict_metadata ⇒ Types::ConflictMetadata
Returns the value of attribute conflict_metadata.
565 566 567 |
# File 'sig/types.rbs', line 565 def @conflict_metadata end |
#destination_commit_id ⇒ ::String
Returns the value of attribute destination_commit_id.
568 569 570 |
# File 'sig/types.rbs', line 568 def destination_commit_id @destination_commit_id end |
#merge_hunks ⇒ ::Array[Types::MergeHunk]
Returns the value of attribute merge_hunks.
566 567 568 |
# File 'sig/types.rbs', line 566 def merge_hunks @merge_hunks end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
567 568 569 |
# File 'sig/types.rbs', line 567 def next_token @next_token end |
#source_commit_id ⇒ ::String
Returns the value of attribute source_commit_id.
569 570 571 |
# File 'sig/types.rbs', line 569 def source_commit_id @source_commit_id end |