Class: Aws::Types::UpdatePullRequestStatusInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePullRequestStatusInput
- 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.
-
#pull_request_status ⇒ "OPEN", "CLOSED"
Returns the value of attribute pull_request_status.
Instance Attribute Details
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def pull_request_id @pull_request_id end |
#pull_request_status ⇒ "OPEN", "CLOSED"
Returns the value of attribute pull_request_status.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def pull_request_status @pull_request_status end |