Method: Aws::CodeCommit::Types::DescribePullRequestEventsInput#max_results
- Defined in:
- lib/aws-sdk-codecommit/types.rb
#max_results ⇒ Integer
A non-zero, non-negative integer used to limit the number of returned results. The default is 100 events, which is also the maximum number of events that can be returned in a result.
2200 2201 2202 2203 2204 2205 2206 2207 2208 |
# File 'lib/aws-sdk-codecommit/types.rb', line 2200 class DescribePullRequestEventsInput < Struct.new( :pull_request_id, :pull_request_event_type, :actor_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |