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

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

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::DeviceFilter>

The filters in a device selection result.

Returns:



1621
1622
1623
1624
1625
1626
1627
# File 'lib/aws-sdk-devicefarm/types.rb', line 1621

class DeviceSelectionResult < Struct.new(
  :filters,
  :matched_devices_count,
  :max_devices)
  SENSITIVE = []
  include Aws::Structure
end

#matched_devices_countInteger

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

Returns:

  • (Integer)


1621
1622
1623
1624
1625
1626
1627
# File 'lib/aws-sdk-devicefarm/types.rb', line 1621

class DeviceSelectionResult < Struct.new(
  :filters,
  :matched_devices_count,
  :max_devices)
  SENSITIVE = []
  include Aws::Structure
end

#max_devicesInteger

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

Returns:

  • (Integer)


1621
1622
1623
1624
1625
1626
1627
# File 'lib/aws-sdk-devicefarm/types.rb', line 1621

class DeviceSelectionResult < Struct.new(
  :filters,
  :matched_devices_count,
  :max_devices)
  SENSITIVE = []
  include Aws::Structure
end