NAME
Paws::DeviceFarm::ExecutionConfiguration
USAGE
This 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
DESCRIPTION
Represents configuration information about a test run, such as the execution timeout (in minutes).
ATTRIBUTES
AccountsCleanup => Bool
True if account cleanup is enabled at the beginning of the test. Otherwise, false.
AppPackagesCleanup => Bool
True if app package cleanup is enabled at the beginning of the test. Otherwise, false.
JobTimeoutMinutes => Int
The number of minutes a test run executes before it times out.
SkipAppResign => Bool
When 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 => Bool
Set to true to enable video capture. Otherwise, set to false. The default is true.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::DeviceFarm
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues