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 within AWS Device Farm.

ATTRIBUTES

AwsAccountNumber => Str

The AWS account number specified in the C<AccountSettings> container.

DefaultJobTimeoutMinutes => Int

The default number of minutes (at the account level) a test run will
execute before it times out. Default value is 60 minutes.

MaxJobTimeoutMinutes => Int

The maximum number of minutes a test run will execute 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 C<offering-id:number> pair, where the
C<offering-id> represents one of the IDs returned by the
C<ListOfferings> command.

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