Class: Aws::CodeCommit::Types::ListPullRequestsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An enumeration token that allows the operation to batch the next results of the operation.

Returns:

  • (String)


4319
4320
4321
4322
4323
4324
# File 'lib/aws-sdk-codecommit/types.rb', line 4319

class ListPullRequestsOutput < Struct.new(
  :pull_request_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#pull_request_idsArray<String>

The system-generated IDs of the pull requests.

Returns:

  • (Array<String>)


4319
4320
4321
4322
4323
4324
# File 'lib/aws-sdk-codecommit/types.rb', line 4319

class ListPullRequestsOutput < Struct.new(
  :pull_request_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end