Class: Aws::DeviceFarm::Types::GetDevicePoolResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Represents the result of a get device pool request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_poolTypes::DevicePool

An object that contains information about the requested device pool.

Returns:



1864
1865
1866
1867
1868
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1864

class GetDevicePoolResult < Struct.new(
  :device_pool)
  SENSITIVE = []
  include Aws::Structure
end