Class: Aws::Types::MergeMetadata
- Inherits:
-
Object
- Object
- Aws::Types::MergeMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_merged ⇒ Boolean
Returns the value of attribute is_merged.
-
#merge_commit_id ⇒ ::String
Returns the value of attribute merge_commit_id.
-
#merge_option ⇒ "FAST_FORWARD_MERGE", ...
Returns the value of attribute merge_option.
-
#merged_by ⇒ ::String
Returns the value of attribute merged_by.
Instance Attribute Details
#is_merged ⇒ Boolean
Returns the value of attribute is_merged.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def is_merged @is_merged end |
#merge_commit_id ⇒ ::String
Returns the value of attribute merge_commit_id.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def merge_commit_id @merge_commit_id end |
#merge_option ⇒ "FAST_FORWARD_MERGE", ...
Returns the value of attribute merge_option.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def merge_option @merge_option end |
#merged_by ⇒ ::String
Returns the value of attribute merged_by.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def merged_by @merged_by end |