Class: Aws::Types::BatchDescribeMergeConflictsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchDescribeMergeConflictsOutput
- 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.
-
#conflicts ⇒ ::Array[Types::Conflict]
Returns the value of attribute conflicts.
-
#destination_commit_id ⇒ ::String
Returns the value of attribute destination_commit_id.
-
#errors ⇒ ::Array[Types::BatchDescribeMergeConflictsError]
Returns the value of attribute errors.
-
#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.
148 149 150 |
# File 'sig/types.rbs', line 148 def base_commit_id @base_commit_id end |
#conflicts ⇒ ::Array[Types::Conflict]
Returns the value of attribute conflicts.
143 144 145 |
# File 'sig/types.rbs', line 143 def conflicts @conflicts end |
#destination_commit_id ⇒ ::String
Returns the value of attribute destination_commit_id.
146 147 148 |
# File 'sig/types.rbs', line 146 def destination_commit_id @destination_commit_id end |
#errors ⇒ ::Array[Types::BatchDescribeMergeConflictsError]
Returns the value of attribute errors.
145 146 147 |
# File 'sig/types.rbs', line 145 def errors @errors end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
144 145 146 |
# File 'sig/types.rbs', line 144 def next_token @next_token end |
#source_commit_id ⇒ ::String
Returns the value of attribute source_commit_id.
147 148 149 |
# File 'sig/types.rbs', line 147 def source_commit_id @source_commit_id end |