You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::AccountSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_numberString

The AWS account number specified in the AccountSettings container.

Returns:

  • (String)

    The AWS account number specified in the AccountSettings container.

#default_job_timeout_minutesInteger

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

Returns:

  • (Integer)

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

#max_job_timeout_minutesInteger

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

Returns:

  • (Integer)

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

#max_slotsHash<String,Integer>

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.

Returns:

  • (Hash<String,Integer>)

    The maximum number of device slots that the AWS account can purchase.

#skip_app_resignBoolean

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

Returns:

  • (Boolean)

    When set to true, for private devices, Device Farm does not sign your app again.

#trial_minutesTypes::TrialMinutes

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

Returns:

  • (Types::TrialMinutes)

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

#unmetered_devicesHash<String,Integer>

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

Returns:

  • (Hash<String,Integer>)

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

#unmetered_remote_access_devicesHash<String,Integer>

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

Returns:

  • (Hash<String,Integer>)

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