![]() |
![]()
| ![]() |
![]()
NAMEPaws::DeviceFarm::Device USAGEThis class represents one of two things: 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::Device object: $service_obj->Method(Att1 => { Arn => $value, ..., Resolution => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DeviceFarm::Device object: $result = $service_obj->Method(...); $result->Att1->Arn DESCRIPTIONRepresents a device type that an app is tested against. ATTRIBUTESArn => StrThe device's ARN. Availability => StrIndicates how likely a device is available for a test run. Currently available in the ListDevices and GetDevice API methods. Carrier => StrThe device's carrier. Cpu => Paws::DeviceFarm::CPUInformation about the device's CPU. FleetName => StrThe name of the fleet to which this device belongs. FleetType => StrThe type of fleet to which this device belongs. Possible values are PRIVATE and PUBLIC. FormFactor => StrThe device's form factor. Allowed values include:
HeapSize => IntThe device's heap size, expressed in bytes. Image => StrThe device's image name. Instances => ArrayRef[Paws::DeviceFarm::DeviceInstance]The instances that belong to this device. Manufacturer => StrThe device's manufacturer name. Memory => IntThe device's total memory size, expressed in bytes. Model => StrThe device's model name. ModelId => StrThe device's model ID. Name => StrThe device's display name. Os => StrThe device's operating system type. Platform => StrThe device's platform. Allowed values include:
Radio => StrThe device's radio. RemoteAccessEnabled => BoolSpecifies whether remote access has been enabled for the specified device. RemoteDebugEnabled => BoolThis flag is set to "true" if remote debugging is enabled for the device. Remote debugging is no longer supported (https://docs.aws.amazon.com/devicefarm/latest/developerguide/history.html). Resolution => Paws::DeviceFarm::ResolutionThe resolution of the device. SEE ALSOThis class forms part of Paws, describing an object used in Paws::DeviceFarm BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|