Class: Aws::DeviceFarm::Types::DeviceSelectionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::DeviceSelectionResult
- 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
-
#filters ⇒ Array<Types::DeviceFilter>
The filters in a device selection result.
-
#matched_devices_count ⇒ Integer
The number of devices that matched the device filter selection criteria.
-
#max_devices ⇒ Integer
The maximum number of devices to be selected by a device filter and included in a test run.
Instance Attribute Details
#filters ⇒ Array<Types::DeviceFilter>
The filters in a device selection result.
1624 1625 1626 1627 1628 1629 1630 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1624 class DeviceSelectionResult < Struct.new( :filters, :matched_devices_count, :max_devices) SENSITIVE = [] include Aws::Structure end |
#matched_devices_count ⇒ Integer
The number of devices that matched the device filter selection criteria.
1624 1625 1626 1627 1628 1629 1630 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1624 class DeviceSelectionResult < Struct.new( :filters, :matched_devices_count, :max_devices) SENSITIVE = [] include Aws::Structure end |
#max_devices ⇒ Integer
The maximum number of devices to be selected by a device filter and included in a test run.
1624 1625 1626 1627 1628 1629 1630 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1624 class DeviceSelectionResult < Struct.new( :filters, :matched_devices_count, :max_devices) SENSITIVE = [] include Aws::Structure end |