Method: Aws::IoT::Types::ListCustomMetricsRequest#next_token

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

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


10709
10710
10711
10712
10713
10714
# File 'lib/aws-sdk-iot/types.rb', line 10709

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