GetDevicePoolCompatibilityRequest
public struct GetDevicePoolCompatibilityRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the app that is associated with the specified device pool.
Declaration
Swift
public let appArn: String?
-
An object that contains information about the settings for a run.
Declaration
Swift
public let configuration: ScheduleRunConfiguration?
-
The device pool’s ARN.
Declaration
Swift
public let devicePoolArn: String
-
Information about the uploaded test to be run against the device pool.
Declaration
Swift
public let test: ScheduleRunTest?
-
The test type for the specified device pool. Allowed values include the following: BUILTIN_FUZZ. BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time. APPIUM_JAVA_JUNIT. APPIUM_JAVA_TESTNG. APPIUM_PYTHON. APPIUM_NODE. APPIUM_RUBY. APPIUM_WEB_JAVA_JUNIT. APPIUM_WEB_JAVA_TESTNG. APPIUM_WEB_PYTHON. APPIUM_WEB_NODE. APPIUM_WEB_RUBY. CALABASH. INSTRUMENTATION. UIAUTOMATION. UIAUTOMATOR. XCTEST. XCTEST_UI.
Declaration
Swift
public let testType: TestType?
-
Undocumented
Declaration
Swift
public init(appArn: String? = nil, configuration: ScheduleRunConfiguration? = nil, devicePoolArn: String, test: ScheduleRunTest? = nil, testType: TestType? = nil)
-
Declaration
Swift
public func validate(name: String) throws