Class: Aws::Types::GetMergeConflictsOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMergeConflictsOutput
- 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_list ⇒ ::Array[Types::ConflictMetadata]
Returns the value of attribute conflict_metadata_list.
-
#destination_commit_id ⇒ ::String
Returns the value of attribute destination_commit_id.
-
#mergeable ⇒ Boolean
Returns the value of attribute mergeable.
-
#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.
945 946 947 |
# File 'sig/types.rbs', line 945 def base_commit_id @base_commit_id end |
#conflict_metadata_list ⇒ ::Array[Types::ConflictMetadata]
Returns the value of attribute conflict_metadata_list.
946 947 948 |
# File 'sig/types.rbs', line 946 def @conflict_metadata_list end |
#destination_commit_id ⇒ ::String
Returns the value of attribute destination_commit_id.
943 944 945 |
# File 'sig/types.rbs', line 943 def destination_commit_id @destination_commit_id end |
#mergeable ⇒ Boolean
Returns the value of attribute mergeable.
942 943 944 |
# File 'sig/types.rbs', line 942 def mergeable @mergeable end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
947 948 949 |
# File 'sig/types.rbs', line 947 def next_token @next_token end |
#source_commit_id ⇒ ::String
Returns the value of attribute source_commit_id.
944 945 946 |
# File 'sig/types.rbs', line 944 def source_commit_id @source_commit_id end |