Class: Aws::DeviceFarm::Types::DevicePool

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

Overview

Represents a collection of device types.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The device pool’s ARN.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
# File 'lib/aws-sdk-devicefarm/types.rb', line 1485

class DevicePool < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :rules,
  :max_devices)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The device pool’s description.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
# File 'lib/aws-sdk-devicefarm/types.rb', line 1485

class DevicePool < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :rules,
  :max_devices)
  SENSITIVE = []
  include Aws::Structure
end

#max_devicesInteger

The number of devices that Device Farm can add to your device pool. Device Farm adds devices that are available and meet the criteria that you assign for the ‘rules` parameter. Depending on how many devices meet these constraints, your device pool might contain fewer devices than the value for this parameter.

By specifying the maximum number of devices, you can control the costs that you incur by running tests.

Returns:

  • (Integer)


1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
# File 'lib/aws-sdk-devicefarm/types.rb', line 1485

class DevicePool < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :rules,
  :max_devices)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The device pool’s name.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
# File 'lib/aws-sdk-devicefarm/types.rb', line 1485

class DevicePool < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :rules,
  :max_devices)
  SENSITIVE = []
  include Aws::Structure
end

#rulesArray<Types::Rule>

Information about the device pool’s rules.

Returns:



1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
# File 'lib/aws-sdk-devicefarm/types.rb', line 1485

class DevicePool < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :rules,
  :max_devices)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The device pool’s type.

Allowed values include:

  • CURATED: A device pool that is created and managed by AWS Device Farm.

  • PRIVATE: A device pool that is created and managed by the device pool developer.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
# File 'lib/aws-sdk-devicefarm/types.rb', line 1485

class DevicePool < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :rules,
  :max_devices)
  SENSITIVE = []
  include Aws::Structure
end