NAME
Paws::DeviceFarm::AccountSettings
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::AccountSettings object:
$service_obj->Method(Att1 => { AwsAccountNumber => $value, ..., UnmeteredRemoteAccessDevices => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::DeviceFarm::AccountSettings object:
$result = $service_obj->Method(...);
$result->Att1->AwsAccountNumber
DESCRIPTION
A container for account-level settings in AWS Device Farm.
ATTRIBUTES
AwsAccountNumber => Str
The AWS account number specified in the AccountSettings
container.
DefaultJobTimeoutMinutes => Int
The default number of minutes (at the account level) a test run executes before it times out. The default value is 150 minutes.
MaxJobTimeoutMinutes => Int
The maximum number of minutes a test run executes before it times out.
MaxSlots => Paws::DeviceFarm::MaxSlotMap
The maximum number of device slots that the AWS account can purchase. Each maximum is expressed as an offering-id:number
pair, where the offering-id
represents one of the IDs returned by the ListOfferings
command.
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.
TrialMinutes => Paws::DeviceFarm::TrialMinutes
Information about an AWS account's usage of free trial device minutes.
UnmeteredDevices => Paws::DeviceFarm::PurchasedDevicesMap
Returns the unmetered devices you have purchased or want to purchase.
UnmeteredRemoteAccessDevices => Paws::DeviceFarm::PurchasedDevicesMap
Returns the unmetered remote access devices you have purchased or want to purchase.
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