![]() |
![]()
| ![]() |
![]()
NAMEPaws::DeviceFarm::AccountSettings 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::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 DESCRIPTIONA container for account-level settings in AWS Device Farm. ATTRIBUTESAwsAccountNumber => StrThe AWS account number specified in the "AccountSettings" container. DefaultJobTimeoutMinutes => IntThe default number of minutes (at the account level) a test run executes before it times out. The default value is 150 minutes. MaxJobTimeoutMinutes => IntThe maximum number of minutes a test run executes before it times out. MaxSlots => Paws::DeviceFarm::MaxSlotMapThe 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 => 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. TrialMinutes => Paws::DeviceFarm::TrialMinutesInformation about an AWS account's usage of free trial device minutes. UnmeteredDevices => Paws::DeviceFarm::PurchasedDevicesMapReturns the unmetered devices you have purchased or want to purchase. UnmeteredRemoteAccessDevices => Paws::DeviceFarm::PurchasedDevicesMapReturns the unmetered remote access devices you have purchased or want to purchase. 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>
|