Class: Aws::CodeCommit::Types::ListPullRequestsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::ListPullRequestsOutput
- Defined in:
- gems/aws-sdk-codecommit/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.
4319 4320 4321 4322 4323 4324 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4319 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.
4319 4320 4321 4322 4323 4324 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4319 class ListPullRequestsOutput < Struct.new( :pull_request_ids, :next_token) SENSITIVE = [] include Aws::Structure end |