Method: Aws::DeviceFarm::Types::ListDevicePoolsResult#device_pools
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
#device_pools ⇒ Array<Types::DevicePool>
Information about the device pools.
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 |