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

Class: Aws::DeviceFarm::Types::DeviceSelectionResult

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

Overview

Contains the run results requested by the device selection configuration and how many devices were returned. For an example of the JSON response syntax, see ScheduleRun.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::DeviceFilter>

The filters in a device selection result.

Returns:

#matched_devices_countInteger

The number of devices that matched the device filter selection criteria.

Returns:

  • (Integer)

    The number of devices that matched the device filter selection criteria.

#max_devicesInteger

The maximum number of devices to be selected by a device filter and included in a test run.

Returns:

  • (Integer)

    The maximum number of devices to be selected by a device filter and included in a test run.