Class: Aws::Types::MergePullRequestByThreeWayInput
- Inherits:
-
Object
- Object
- Aws::Types::MergePullRequestByThreeWayInput
- 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.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#keep_empty_folders ⇒ Boolean
Returns the value of attribute keep_empty_folders.
-
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
-
#source_commit_id ⇒ ::String
Returns the value of attribute source_commit_id.
Instance Attribute Details
#author_name ⇒ ::String
Returns the value of attribute author_name.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def @author_name end |
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def @commit_message end |
#conflict_detail_level ⇒ "FILE_LEVEL", "LINE_LEVEL"
Returns the value of attribute conflict_detail_level.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def conflict_detail_level @conflict_detail_level end |
#conflict_resolution ⇒ Types::ConflictResolution
Returns the value of attribute conflict_resolution.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def conflict_resolution @conflict_resolution end |
#conflict_resolution_strategy ⇒ "NONE", ...
Returns the value of attribute conflict_resolution_strategy.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def conflict_resolution_strategy @conflict_resolution_strategy end |
#email ⇒ ::String
Returns the value of attribute email.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def email @email end |
#keep_empty_folders ⇒ Boolean
Returns the value of attribute keep_empty_folders.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def keep_empty_folders @keep_empty_folders end |
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def pull_request_id @pull_request_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def repository_name @repository_name end |
#source_commit_id ⇒ ::String
Returns the value of attribute source_commit_id.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def source_commit_id @source_commit_id end |