Class: Aws::DeviceFarm::Types::UpdateDevicePoolResult

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

Overview

Represents the result of an update device pool request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_poolTypes::DevicePool

The device pool you just updated.

Returns:



6134
6135
6136
6137
6138
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6134

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