Class: Aws::Types::GetMergeOptionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMergeOptionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_commit_id ⇒ ::String
Returns the value of attribute base_commit_id.
-
#destination_commit_id ⇒ ::String
Returns the value of attribute destination_commit_id.
-
#merge_options ⇒ ::Array[("FAST_FORWARD_MERGE" | "SQUASH_MERGE" | "THREE_WAY_MERGE")]
Returns the value of attribute merge_options.
-
#source_commit_id ⇒ ::String
Returns the value of attribute source_commit_id.
Instance Attribute Details
#base_commit_id ⇒ ::String
Returns the value of attribute base_commit_id.
964 965 966 |
# File 'sig/types.rbs', line 964 def base_commit_id @base_commit_id end |
#destination_commit_id ⇒ ::String
Returns the value of attribute destination_commit_id.
963 964 965 |
# File 'sig/types.rbs', line 963 def destination_commit_id @destination_commit_id end |
#merge_options ⇒ ::Array[("FAST_FORWARD_MERGE" | "SQUASH_MERGE" | "THREE_WAY_MERGE")]
Returns the value of attribute merge_options.
961 962 963 |
# File 'sig/types.rbs', line 961 def @merge_options end |
#source_commit_id ⇒ ::String
Returns the value of attribute source_commit_id.
962 963 964 |
# File 'sig/types.rbs', line 962 def source_commit_id @source_commit_id end |