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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/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:



1659
1660
1661
1662
1663
1664
1665
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1659

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)


1659
1660
1661
1662
1663
1664
1665
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1659

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)


1659
1660
1661
1662
1663
1664
1665
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1659

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