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:



1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1627

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)


1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1627

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)


1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1627

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