Class: Aws::Types::GetMergeConflictsInput
- Inherits:
-
Object
- Object
- Aws::Types::GetMergeConflictsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conflict_detail_level ⇒ "FILE_LEVEL", "LINE_LEVEL"
Returns the value of attribute conflict_detail_level.
-
#conflict_resolution_strategy ⇒ "NONE", ...
Returns the value of attribute conflict_resolution_strategy.
-
#destination_commit_specifier ⇒ ::String
Returns the value of attribute destination_commit_specifier.
-
#max_conflict_files ⇒ ::Integer
Returns the value of attribute max_conflict_files.
-
#merge_option ⇒ "FAST_FORWARD_MERGE", ...
Returns the value of attribute merge_option.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#source_commit_specifier ⇒ ::String
Returns the value of attribute source_commit_specifier.
Instance Attribute Details
#conflict_detail_level ⇒ "FILE_LEVEL", "LINE_LEVEL"
Returns the value of attribute conflict_detail_level.
934 935 936 |
# File 'sig/types.rbs', line 934 def conflict_detail_level @conflict_detail_level end |
#conflict_resolution_strategy ⇒ "NONE", ...
Returns the value of attribute conflict_resolution_strategy.
936 937 938 |
# File 'sig/types.rbs', line 936 def conflict_resolution_strategy @conflict_resolution_strategy end |
#destination_commit_specifier ⇒ ::String
Returns the value of attribute destination_commit_specifier.
931 932 933 |
# File 'sig/types.rbs', line 931 def destination_commit_specifier @destination_commit_specifier end |
#max_conflict_files ⇒ ::Integer
Returns the value of attribute max_conflict_files.
935 936 937 |
# File 'sig/types.rbs', line 935 def max_conflict_files @max_conflict_files end |
#merge_option ⇒ "FAST_FORWARD_MERGE", ...
Returns the value of attribute merge_option.
933 934 935 |
# File 'sig/types.rbs', line 933 def merge_option @merge_option end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
937 938 939 |
# File 'sig/types.rbs', line 937 def next_token @next_token end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
930 931 932 |
# File 'sig/types.rbs', line 930 def repository_name @repository_name end |
#source_commit_specifier ⇒ ::String
Returns the value of attribute source_commit_specifier.
932 933 934 |
# File 'sig/types.rbs', line 932 def source_commit_specifier @source_commit_specifier end |