Class: Aws::Types::MergeBranchesByFastForwardInput
- Inherits:
-
Object
- Object
- Aws::Types::MergeBranchesByFastForwardInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_commit_specifier ⇒ ::String
Returns the value of attribute destination_commit_specifier.
-
#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
#destination_commit_specifier ⇒ ::String
Returns the value of attribute destination_commit_specifier.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def destination_commit_specifier @destination_commit_specifier end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def repository_name @repository_name end |
#source_commit_specifier ⇒ ::String
Returns the value of attribute source_commit_specifier.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def source_commit_specifier @source_commit_specifier end |
#target_branch ⇒ ::String
Returns the value of attribute target_branch.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def target_branch @target_branch end |