GetDevicePoolResult

data class GetDevicePoolResult(val arn: String? = null, val description: String? = null, val maxDevices: Int? = null, val name: String? = null, val rules: List<DevicePoolRule>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, maxDevices: Int? = null, name: String? = null, rules: List<DevicePoolRule>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the device pool. See Amazon resource names in the General Reference guide .

Link copied to clipboard
val description: String? = null

The device pool's description.

Link copied to clipboard
val maxDevices: Int? = null

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.

Link copied to clipboard
val name: String? = null

The device pool's name.

Link copied to clipboard
val rules: List<DevicePoolRule>? = null

The device pool's rules.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag in the guide .