Class: Aws::Types::ListPullRequestsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListPullRequestsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pull_request_ids ⇒ ::Array[::String]
Returns the value of attribute pull_request_ids.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def next_token @next_token end |
#pull_request_ids ⇒ ::Array[::String]
Returns the value of attribute pull_request_ids.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def pull_request_ids @pull_request_ids end |