Class: Aws::Types::MergePullRequestByFastForwardInput
- Inherits:
-
Object
- Object
- Aws::Types::MergePullRequestByFastForwardInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def pull_request_id @pull_request_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def repository_name @repository_name end |
#source_commit_id ⇒ ::String
Returns the value of attribute source_commit_id.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def source_commit_id @source_commit_id end |