Method: Aws::ApplicationSignals::Types::ListServiceLevelObjectivesInput#max_results

Defined in:
lib/aws-sdk-applicationsignals/types.rb

#max_resultsInteger

The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.

Returns:

  • (Integer)


723
724
725
726
727
728
729
730
# File 'lib/aws-sdk-applicationsignals/types.rb', line 723

class ListServiceLevelObjectivesInput < Struct.new(
  :key_attributes,
  :operation_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end