Get Device Pool Result
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)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the device pool. See Amazon resource names in the General Reference guide .
Link copied to clipboard
The device pool's description.
Link copied to clipboard
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
The device pool's rules.