AccountSettings

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AWS account number specified in the AccountSettings container.

Link copied to clipboard

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

Link copied to clipboard

The maximum number of minutes a test run executes before it times out.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Information about an AWS account's usage of free trial device minutes.

Link copied to clipboard

Returns the unmetered devices you have purchased or want to purchase.

Link copied to clipboard

Returns the unmetered remote access devices you have purchased or want to purchase.

Functions

Link copied to clipboard
inline fun copy(block: AccountSettings.Builder.() -> Unit = {}): AccountSettings
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String