You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The device pool\'s ARN.

Returns:

  • (String)

    The device pool\'s ARN.

#descriptionString

The device pool\'s description.

Returns:

  • (String)

    The device pool\'s description.

#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)

    The number of devices that Device Farm can add to your device pool.

#nameString

The device pool\'s name.

Returns:

  • (String)

    The device pool\'s name.

#rulesArray<Types::Rule>

Information about the device pool\'s rules.

Returns:

  • (Array<Types::Rule>)

    Information about the device pool\'s rules.

#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.

    Possible values:

    • CURATED
    • PRIVATE

Returns:

  • (String)

    The device pool\'s type.