Method: Aws::DeviceFarm::Types::ListDevicePoolsResult#device_pools

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

#device_poolsArray<Types::DevicePool>

Information about the device pools.

Returns:



2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-devicefarm/types.rb', line 2709

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