Method: Aws::IoTWireless::Types::ListServiceProfilesRequest#next_token

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

#next_tokenString

To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


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