Class: Aws::Types::ListPullRequestsOutput

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)


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.

Returns:

  • (::Array[::String])


1283
1284
1285
# File 'sig/types.rbs', line 1283

def pull_request_ids
  @pull_request_ids
end