Class: Aws::Types::ListPullRequestsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListPullRequestsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#author_arn ⇒ ::String
Returns the value of attribute author_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pull_request_status ⇒ "OPEN", "CLOSED"
Returns the value of attribute pull_request_status.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#author_arn ⇒ ::String
Returns the value of attribute author_arn.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def @author_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def next_token @next_token end |
#pull_request_status ⇒ "OPEN", "CLOSED"
Returns the value of attribute pull_request_status.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def pull_request_status @pull_request_status end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def repository_name @repository_name end |