![]() |
![]()
| ![]() |
![]()
NAMEPaws::DeviceFarm::ExecutionConfiguration 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::ExecutionConfiguration object: $service_obj->Method(Att1 => { AccountsCleanup => $value, ..., VideoCapture => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DeviceFarm::ExecutionConfiguration object: $result = $service_obj->Method(...); $result->Att1->AccountsCleanup DESCRIPTIONRepresents configuration information about a test run, such as the execution timeout (in minutes). ATTRIBUTESAccountsCleanup => BoolTrue if account cleanup is enabled at the beginning of the test. Otherwise, false. AppPackagesCleanup => BoolTrue if app package cleanup is enabled at the beginning of the test. Otherwise, false. JobTimeoutMinutes => IntThe number of minutes a test run executes before it times out. 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. VideoCapture => BoolSet to true to enable video capture. Otherwise, set to false. The default is true. 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>
|