Class: Aws::Types::DescribePullRequestEventsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribePullRequestEventsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actor_arn ⇒ ::String
Returns the value of attribute actor_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pull_request_event_type ⇒ "PULL_REQUEST_CREATED", ...
Returns the value of attribute pull_request_event_type.
-
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
Instance Attribute Details
#actor_arn ⇒ ::String
Returns the value of attribute actor_arn.
577 578 579 |
# File 'sig/types.rbs', line 577 def actor_arn @actor_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
579 580 581 |
# File 'sig/types.rbs', line 579 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
578 579 580 |
# File 'sig/types.rbs', line 578 def next_token @next_token end |
#pull_request_event_type ⇒ "PULL_REQUEST_CREATED", ...
Returns the value of attribute pull_request_event_type.
576 577 578 |
# File 'sig/types.rbs', line 576 def pull_request_event_type @pull_request_event_type end |
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
575 576 577 |
# File 'sig/types.rbs', line 575 def pull_request_id @pull_request_id end |