class Aws::DeviceFarm::Types::AccountSettings

A container for account-level settings in AWS Device Farm.

@!attribute [rw] aws_account_number

The AWS account number specified in the `AccountSettings` container.
@return [String]

@!attribute [rw] unmetered_devices

Returns the unmetered devices you have purchased or want to
purchase.
@return [Hash<String,Integer>]

@!attribute [rw] unmetered_remote_access_devices

Returns the unmetered remote access devices you have purchased or
want to purchase.
@return [Hash<String,Integer>]

@!attribute [rw] max_job_timeout_minutes

The maximum number of minutes a test run executes before it times
out.
@return [Integer]

@!attribute [rw] trial_minutes

Information about an AWS account's usage of free trial device
minutes.
@return [Types::TrialMinutes]

@!attribute [rw] max_slots

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.
@return [Hash<String,Integer>]

@!attribute [rw] default_job_timeout_minutes

The default number of minutes (at the account level) a test run
executes before it times out. The default value is 150 minutes.
@return [Integer]

@!attribute [rw] skip_app_resign

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?][1] in the *AWS Device Farm FAQs*.

[1]: https://aws.amazon.com/device-farm/faq/
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/AccountSettings AWS API Documentation

Constants

SENSITIVE