Class: Aws::Types::MergeBranchesBySquashInput
- Inherits:
-
Object
- Object
- Aws::Types::MergeBranchesBySquashInput
- 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.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def @author_name end |
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def @commit_message end |
#conflict_detail_level ⇒ "FILE_LEVEL", "LINE_LEVEL"
Returns the value of attribute conflict_detail_level.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def conflict_detail_level @conflict_detail_level end |
#conflict_resolution ⇒ Types::ConflictResolution
Returns the value of attribute conflict_resolution.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def conflict_resolution @conflict_resolution end |
#conflict_resolution_strategy ⇒ "NONE", ...
Returns the value of attribute conflict_resolution_strategy.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def conflict_resolution_strategy @conflict_resolution_strategy end |
#destination_commit_specifier ⇒ ::String
Returns the value of attribute destination_commit_specifier.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def destination_commit_specifier @destination_commit_specifier end |
#email ⇒ ::String
Returns the value of attribute email.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def email @email end |
#keep_empty_folders ⇒ Boolean
Returns the value of attribute keep_empty_folders.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def keep_empty_folders @keep_empty_folders end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def repository_name @repository_name end |
#source_commit_specifier ⇒ ::String
Returns the value of attribute source_commit_specifier.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def source_commit_specifier @source_commit_specifier end |
#target_branch ⇒ ::String
Returns the value of attribute target_branch.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def target_branch @target_branch end |