Method: Aws::IoTWireless::Types::ListServiceProfilesRequest#max_results

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

#max_resultsInteger

The maximum number of results to return in this operation.

Returns:

  • (Integer)


3713
3714
3715
3716
3717
3718
# File 'lib/aws-sdk-iotwireless/types.rb', line 3713

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