Class: Aws::Types::CreateUnreferencedMergeCommitInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateUnreferencedMergeCommitInput
- 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.
-
#merge_option ⇒ "FAST_FORWARD_MERGE", ...
Returns the value of attribute merge_option.
-
#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
#author_name ⇒ ::String
Returns the value of attribute author_name.
457 458 459 |
# File 'sig/types.rbs', line 457 def @author_name end |
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
459 460 461 |
# File 'sig/types.rbs', line 459 def @commit_message end |
#conflict_detail_level ⇒ "FILE_LEVEL", "LINE_LEVEL"
Returns the value of attribute conflict_detail_level.
455 456 457 |
# File 'sig/types.rbs', line 455 def conflict_detail_level @conflict_detail_level end |
#conflict_resolution ⇒ Types::ConflictResolution
Returns the value of attribute conflict_resolution.
461 462 463 |
# File 'sig/types.rbs', line 461 def conflict_resolution @conflict_resolution end |
#conflict_resolution_strategy ⇒ "NONE", ...
Returns the value of attribute conflict_resolution_strategy.
456 457 458 |
# File 'sig/types.rbs', line 456 def conflict_resolution_strategy @conflict_resolution_strategy end |
#destination_commit_specifier ⇒ ::String
Returns the value of attribute destination_commit_specifier.
453 454 455 |
# File 'sig/types.rbs', line 453 def destination_commit_specifier @destination_commit_specifier end |
#email ⇒ ::String
Returns the value of attribute email.
458 459 460 |
# File 'sig/types.rbs', line 458 def email @email end |
#keep_empty_folders ⇒ Boolean
Returns the value of attribute keep_empty_folders.
460 461 462 |
# File 'sig/types.rbs', line 460 def keep_empty_folders @keep_empty_folders end |
#merge_option ⇒ "FAST_FORWARD_MERGE", ...
Returns the value of attribute merge_option.
454 455 456 |
# File 'sig/types.rbs', line 454 def merge_option @merge_option end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
451 452 453 |
# File 'sig/types.rbs', line 451 def repository_name @repository_name end |
#source_commit_specifier ⇒ ::String
Returns the value of attribute source_commit_specifier.
452 453 454 |
# File 'sig/types.rbs', line 452 def source_commit_specifier @source_commit_specifier end |