Class: Aws::DeviceFarm::Types::GetDevicePoolResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetDevicePoolResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the result of a get device pool request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_pool ⇒ Types::DevicePool
An object that contains information about the requested device pool.
Instance Attribute Details
#device_pool ⇒ Types::DevicePool
An object that contains information about the requested device pool.
1831 1832 1833 1834 1835 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 1831 class GetDevicePoolResult < Struct.new( :device_pool) SENSITIVE = [] include Aws::Structure end |