Method: Aws::SecurityHub::Types::GetFindingsRequest#max_results
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#max_results ⇒ Integer
The maximum number of findings to return.
25796 25797 25798 25799 25800 25801 25802 25803 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25796 class GetFindingsRequest < Struct.new( :filters, :sort_criteria, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |