PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::DeviceFarm::Rule; use Moose; has Attribute => (is => 'ro', isa => 'Str', request_name => 'attribute', traits => ['NameInRequest']); has Operator => (is => 'ro', isa => 'Str', request_name => 'operator', traits => ['NameInRequest']); has Value => (is => 'ro', isa => 'Str', request_name => 'value', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::DeviceFarm::Rule =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::DeviceFarm::Rule object: $service_obj->Method(Att1 => { Attribute => $value, ..., Value => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DeviceFarm::Rule object: $result = $service_obj->Method(...); $result->Att1->Attribute =head1 DESCRIPTION Represents a condition for a device pool. =head1 ATTRIBUTES =head2 Attribute => Str The rule's stringified attribute. For example, specify the value as C<"\"abc\"">. The supported operators for each attribute are provided in the following list. =over =item APPIUM_VERSION The Appium version for the test. Supported operators: C =item ARN The Amazon Resource Name (ARN) of the device (for example, C. Supported operators: C, C, C =item AVAILABILITY The current availability of the device. Valid values are AVAILABLE, HIGHLY_AVAILABLE, BUSY, or TEMPORARY_NOT_AVAILABLE. Supported operators: C =item FLEET_TYPE The fleet type. Valid values are PUBLIC or PRIVATE. Supported operators: C =item FORM_FACTOR The device form factor. Valid values are PHONE or TABLET. Supported operators: C, C, C =item INSTANCE_ARN The Amazon Resource Name (ARN) of the device instance. Supported operators: C, C =item INSTANCE_LABELS The label of the device instance. Supported operators: C =item MANUFACTURER The device manufacturer (for example, Apple). Supported operators: C, C, C =item MODEL The device model, such as Apple iPad Air 2 or Google Pixel. Supported operators: C, C, C, C =item OS_VERSION The operating system version (for example, 10.3.2). Supported operators: C, C, C, C, C, C, C =item PLATFORM The device platform. Valid values are ANDROID or IOS. Supported operators: C, C, C =item REMOTE_ACCESS_ENABLED Whether the device is enabled for remote access. Valid values are TRUE or FALSE. Supported operators: C =item REMOTE_DEBUG_ENABLED Whether the device is enabled for remote debugging. Valid values are TRUE or FALSE. Supported operators: C Because remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html), this filter is ignored. =back =head2 Operator => Str Specifies how Device Farm compares the rule's attribute to the value. For the operators that are supported by each attribute, see the attribute descriptions. =head2 Value => Str The rule's value. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut