Class: Aws::Types::BatchDescribeMergeConflictsInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchDescribeMergeConflictsInput
- 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.
-
#file_paths ⇒ ::Array[::String]
Returns the value of attribute file_paths.
-
#max_conflict_files ⇒ ::Integer
Returns the value of attribute max_conflict_files.
-
#max_merge_hunks ⇒ ::Integer
Returns the value of attribute max_merge_hunks.
-
#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.
136 137 138 |
# File 'sig/types.rbs', line 136 def conflict_detail_level @conflict_detail_level end |
#conflict_resolution_strategy ⇒ "NONE", ...
Returns the value of attribute conflict_resolution_strategy.
137 138 139 |
# File 'sig/types.rbs', line 137 def conflict_resolution_strategy @conflict_resolution_strategy end |
#destination_commit_specifier ⇒ ::String
Returns the value of attribute destination_commit_specifier.
130 131 132 |
# File 'sig/types.rbs', line 130 def destination_commit_specifier @destination_commit_specifier end |
#file_paths ⇒ ::Array[::String]
Returns the value of attribute file_paths.
135 136 137 |
# File 'sig/types.rbs', line 135 def file_paths @file_paths end |
#max_conflict_files ⇒ ::Integer
Returns the value of attribute max_conflict_files.
134 135 136 |
# File 'sig/types.rbs', line 134 def max_conflict_files @max_conflict_files end |
#max_merge_hunks ⇒ ::Integer
Returns the value of attribute max_merge_hunks.
133 134 135 |
# File 'sig/types.rbs', line 133 def max_merge_hunks @max_merge_hunks end |
#merge_option ⇒ "FAST_FORWARD_MERGE", ...
Returns the value of attribute merge_option.
132 133 134 |
# File 'sig/types.rbs', line 132 def merge_option @merge_option end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
138 139 140 |
# File 'sig/types.rbs', line 138 def next_token @next_token end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
129 130 131 |
# File 'sig/types.rbs', line 129 def repository_name @repository_name end |
#source_commit_specifier ⇒ ::String
Returns the value of attribute source_commit_specifier.
131 132 133 |
# File 'sig/types.rbs', line 131 def source_commit_specifier @source_commit_specifier end |