Class: Aws::Types::DescribePullRequestEventsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



584
585
586
# File 'sig/types.rbs', line 584

def pull_request_events
  @pull_request_events
end