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:



1644
1645
1646
1647
1648
1649
1650
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1644

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)


1644
1645
1646
1647
1648
1649
1650
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1644

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)


1644
1645
1646
1647
1648
1649
1650
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1644

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