![]() |
![]()
| ![]() |
![]()
NAMEPaws::DeviceFarm::Run 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::Run object: $service_obj->Method(Att1 => { AppUpload => $value, ..., WebUrl => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DeviceFarm::Run object: $result = $service_obj->Method(...); $result->Att1->AppUpload DESCRIPTIONRepresents a test run on a set of devices with a given app package, test parameters, and so on. ATTRIBUTESAppUpload => StrAn app to upload or that has been uploaded. Arn => StrThe run's ARN. BillingMethod => StrSpecifies the billing method for a test run: "metered" or "unmetered". If the parameter is not specified, the default value is "metered". If you have unmetered device slots, you must set this to "unmetered" to use them. Otherwise, the run is counted toward metered device minutes. CompletedJobs => IntThe total number of completed jobs. Counters => Paws::DeviceFarm::CountersThe run's result counters. Created => StrWhen the run was created. CustomerArtifactPaths => Paws::DeviceFarm::CustomerArtifactPathsOutput "CustomerArtifactPaths" object for the test run. DeviceMinutes => Paws::DeviceFarm::DeviceMinutesRepresents the total (metered or unmetered) minutes used by the test run. DevicePoolArn => StrThe ARN of the device pool for the run. DeviceSelectionResult => Paws::DeviceFarm::DeviceSelectionResultThe results of a device filter used to select the devices for a test run. EventCount => IntFor fuzz tests, this is the number of events, between 1 and 10000, that the UI fuzz test should perform. JobTimeoutMinutes => IntThe number of minutes the job executes before it times out. Locale => StrInformation about the locale that is used for the run. Location => Paws::DeviceFarm::LocationInformation about the location that is used for the run. Message => StrA message about the run's result. Name => StrThe run's name. NetworkProfile => Paws::DeviceFarm::NetworkProfileThe network profile being used for a test run. ParsingResultUrl => StrRead-only URL for an object in an S3 bucket where you can get the parsing results of the test package. If the test package doesn't parse, the reason why it doesn't parse appears in the file that this URL points to. Platform => StrThe run's platform. Allowed values include:
Radios => Paws::DeviceFarm::RadiosInformation about the radio states for the run. Result => StrThe run's result. Allowed values include:
ResultCode => StrSupporting field for the result field. Set only if "result" is "SKIPPED". "PARSING_FAILED" if the result is skipped because of test package parsing failure. Seed => IntFor fuzz tests, this is a seed to use for randomizing the UI fuzz test. Using the same seed value between tests ensures identical event sequences. SkipAppResign => BoolWhen set to "true", for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again. For more information about how Device Farm re-signs your apps, see Do you modify my app? (https://aws.amazon.com/device-farm/faq/) in the AWS Device Farm FAQs. Started => StrThe run's start time. Status => StrThe run's status. Allowed values include:
Stopped => StrThe run's stop time. TestSpecArn => StrThe ARN of the YAML-formatted test specification for the run. TotalJobs => IntThe total number of jobs for the run. Type => StrThe run's type. Must be one of the following values:
WebUrl => StrThe Device Farm console URL for the recording of the run. 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>
|