Method: Aws::DeviceFarm::Types::ListDevicePoolsResult#next_token

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

#next_tokenString

If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.

Returns:

  • (String)


2735
2736
2737
2738
2739
2740
# File 'lib/aws-sdk-devicefarm/types.rb', line 2735

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