Method: Aws::IoTWireless::Types::ListServiceProfilesRequest#max_results
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
#max_results ⇒ Integer
The maximum number of results to return in this operation.
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 |