Class: Aws::DeviceFarm::Types::UpdateDevicePoolResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::UpdateDevicePoolResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the result of an update device pool request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_pool ⇒ Types::DevicePool
The device pool you just updated.
Instance Attribute Details
#device_pool ⇒ Types::DevicePool
The device pool you just updated.
6006 6007 6008 6009 6010 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 6006 class UpdateDevicePoolResult < Struct.new( :device_pool) SENSITIVE = [] include Aws::Structure end |