AccountSettings
public struct AccountSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS account number specified in the AccountSettings container.
Declaration
Swift
public let awsAccountNumber: String?
-
The default number of minutes (at the account level) a test run executes before it times out. The default value is 150 minutes.
Declaration
Swift
public let defaultJobTimeoutMinutes: Int?
-
The maximum number of minutes a test run executes before it times out.
Declaration
Swift
public let maxJobTimeoutMinutes: Int?
-
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.
Declaration
Swift
public let maxSlots: [String : Int]?
-
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.
Declaration
Swift
public let skipAppResign: Bool?
-
Information about an AWS account’s usage of free trial device minutes.
Declaration
Swift
public let trialMinutes: TrialMinutes?
-
Returns the unmetered devices you have purchased or want to purchase.
Declaration
Swift
public let unmeteredDevices: [DevicePlatform : Int]?
-
Returns the unmetered remote access devices you have purchased or want to purchase.
Declaration
Swift
public let unmeteredRemoteAccessDevices: [DevicePlatform : Int]?
-
init(awsAccountNumber:defaultJobTimeoutMinutes:maxJobTimeoutMinutes:maxSlots:skipAppResign:trialMinutes:unmeteredDevices:unmeteredRemoteAccessDevices:)
Undocumented
Declaration
Swift
public init(awsAccountNumber: String? = nil, defaultJobTimeoutMinutes: Int? = nil, maxJobTimeoutMinutes: Int? = nil, maxSlots: [String : Int]? = nil, skipAppResign: Bool? = nil, trialMinutes: TrialMinutes? = nil, unmeteredDevices: [DevicePlatform : Int]? = nil, unmeteredRemoteAccessDevices: [DevicePlatform : Int]? = nil)