AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Represents a device filter used to select a set of devices to be included in a test
run. This data structure is passed in as the deviceSelectionConfiguration
parameter
to ScheduleRun
. For an example of the JSON request syntax, see ScheduleRun.
It is also passed in as the filters
parameter to ListDevices
. For an
example of the JSON request syntax, see ListDevices.
Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.DeviceFarm.dll
Version: 3.x.y.z
public class DeviceFilter
The DeviceFilter type exposes the following members
Name | Description | |
---|---|---|
DeviceFilter() |
Name | Type | Description | |
---|---|---|---|
Attribute | Amazon.DeviceFarm.DeviceFilterAttribute |
Gets and sets the property Attribute. The aspect of a device such as platform or model used as the selection criteria in a device filter. The supported operators for each attribute are provided in the following list.
|
|
Operator | Amazon.DeviceFarm.RuleOperator |
Gets and sets the property Operator. Specifies how Device Farm compares the filter's attribute to the value. See the attribute descriptions. |
|
Values | System.Collections.Generic.List<System.String> |
Gets and sets the property Values. An array of one or more filter values used in a device filter. Operator Values
Attribute Values
|
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5