Class: Aws::CodeCommit::Types::ListPullRequestsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::ListPullRequestsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An enumeration token that allows the operation to batch the next results of the operation.
-
#pull_request_ids ⇒ Array<String>
The system-generated IDs of the pull requests.
Instance Attribute Details
#next_token ⇒ String
An enumeration token that allows the operation to batch the next results of the operation.
4317 4318 4319 4320 4321 4322 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4317 class ListPullRequestsOutput < Struct.new( :pull_request_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#pull_request_ids ⇒ Array<String>
The system-generated IDs of the pull requests.
4317 4318 4319 4320 4321 4322 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4317 class ListPullRequestsOutput < Struct.new( :pull_request_ids, :next_token) SENSITIVE = [] include Aws::Structure end |