Class: Aws::Types::DescribePullRequestEventsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribePullRequestEventsOutput
- 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_events ⇒ ::Array[Types::PullRequestEvent]
Returns the value of attribute pull_request_events.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
585 586 587 |
# File 'sig/types.rbs', line 585 def next_token @next_token end |
#pull_request_events ⇒ ::Array[Types::PullRequestEvent]
Returns the value of attribute pull_request_events.
584 585 586 |
# File 'sig/types.rbs', line 584 def pull_request_events @pull_request_events end |