Class: Aws::Types::GetMergeOptionsInput
- Inherits:
-
Object
- Object
- Aws::Types::GetMergeOptionsInput
- 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.
-
#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.
955 956 957 |
# File 'sig/types.rbs', line 955 def conflict_detail_level @conflict_detail_level end |
#conflict_resolution_strategy ⇒ "NONE", ...
Returns the value of attribute conflict_resolution_strategy.
956 957 958 |
# File 'sig/types.rbs', line 956 def conflict_resolution_strategy @conflict_resolution_strategy end |
#destination_commit_specifier ⇒ ::String
Returns the value of attribute destination_commit_specifier.
954 955 956 |
# File 'sig/types.rbs', line 954 def destination_commit_specifier @destination_commit_specifier end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
952 953 954 |
# File 'sig/types.rbs', line 952 def repository_name @repository_name end |
#source_commit_specifier ⇒ ::String
Returns the value of attribute source_commit_specifier.
953 954 955 |
# File 'sig/types.rbs', line 953 def source_commit_specifier @source_commit_specifier end |