Class: Aws::Types::MergeBranchesByThreeWayInput
- Inherits:
-
Object
- Object
- Aws::Types::MergeBranchesByThreeWayInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#author_name ⇒ ::String
Returns the value of attribute author_name.
-
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
-
#conflict_detail_level ⇒ "FILE_LEVEL", "LINE_LEVEL"
Returns the value of attribute conflict_detail_level.
-
#conflict_resolution ⇒ Types::ConflictResolution
Returns the value of attribute conflict_resolution.
-
#conflict_resolution_strategy ⇒ "NONE", ...
Returns the value of attribute conflict_resolution_strategy.
-
#destination_commit_specifier ⇒ ::String
Returns the value of attribute destination_commit_specifier.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#keep_empty_folders ⇒ Boolean
Returns the value of attribute keep_empty_folders.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#source_commit_specifier ⇒ ::String
Returns the value of attribute source_commit_specifier.
-
#target_branch ⇒ ::String
Returns the value of attribute target_branch.
Instance Attribute Details
#author_name ⇒ ::String
Returns the value of attribute author_name.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def @author_name end |
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def @commit_message end |
#conflict_detail_level ⇒ "FILE_LEVEL", "LINE_LEVEL"
Returns the value of attribute conflict_detail_level.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def conflict_detail_level @conflict_detail_level end |
#conflict_resolution ⇒ Types::ConflictResolution
Returns the value of attribute conflict_resolution.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def conflict_resolution @conflict_resolution end |
#conflict_resolution_strategy ⇒ "NONE", ...
Returns the value of attribute conflict_resolution_strategy.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def conflict_resolution_strategy @conflict_resolution_strategy end |
#destination_commit_specifier ⇒ ::String
Returns the value of attribute destination_commit_specifier.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def destination_commit_specifier @destination_commit_specifier end |
#email ⇒ ::String
Returns the value of attribute email.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def email @email end |
#keep_empty_folders ⇒ Boolean
Returns the value of attribute keep_empty_folders.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def keep_empty_folders @keep_empty_folders end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def repository_name @repository_name end |
#source_commit_specifier ⇒ ::String
Returns the value of attribute source_commit_specifier.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def source_commit_specifier @source_commit_specifier end |
#target_branch ⇒ ::String
Returns the value of attribute target_branch.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def target_branch @target_branch end |