Class: Aws::CodeCommit::Types::ListPullRequestsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::ListPullRequestsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#author_arn ⇒ String
Optional.
-
#max_results ⇒ Integer
A non-zero, non-negative integer used to limit the number of returned results.
-
#next_token ⇒ String
An enumeration token that, when provided in a request, returns the next batch of the results.
-
#pull_request_status ⇒ String
Optional.
-
#repository_name ⇒ String
The name of the repository for which you want to list pull requests.
Instance Attribute Details
#author_arn ⇒ String
Optional. The Amazon Resource Name (ARN) of the user who created the pull request. If used, this filters the results to pull requests created by that user.
4296 4297 4298 4299 4300 4301 4302 4303 4304 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4296 class ListPullRequestsInput < Struct.new( :repository_name, :author_arn, :pull_request_status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
A non-zero, non-negative integer used to limit the number of returned results.
4296 4297 4298 4299 4300 4301 4302 4303 4304 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4296 class ListPullRequestsInput < Struct.new( :repository_name, :author_arn, :pull_request_status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An enumeration token that, when provided in a request, returns the next batch of the results.
4296 4297 4298 4299 4300 4301 4302 4303 4304 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4296 class ListPullRequestsInput < Struct.new( :repository_name, :author_arn, :pull_request_status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#pull_request_status ⇒ String
Optional. The status of the pull request. If used, this refines the results to the pull requests that match the specified status.
4296 4297 4298 4299 4300 4301 4302 4303 4304 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4296 class ListPullRequestsInput < Struct.new( :repository_name, :author_arn, :pull_request_status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository for which you want to list pull requests.
4296 4297 4298 4299 4300 4301 4302 4303 4304 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4296 class ListPullRequestsInput < Struct.new( :repository_name, :author_arn, :pull_request_status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |