Job
public struct Job : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The job’s ARN.
Declaration
Swift
public let arn: String?
-
The job’s result counters.
Declaration
Swift
public let counters: Counters?
-
When the job was created.
Declaration
Swift
public let created: TimeStamp?
-
The device (phone or tablet).
Declaration
Swift
public let device: Device?
-
Represents the total (metered or unmetered) minutes used by the job.
Declaration
Swift
public let deviceMinutes: DeviceMinutes?
-
The ARN of the instance.
Declaration
Swift
public let instanceArn: String?
-
A message about the job’s result.
Declaration
Swift
public let message: String?
-
The job’s name.
Declaration
Swift
public let name: String?
-
The job’s result. Allowed values include: PENDING PASSED WARNED FAILED SKIPPED ERRORED STOPPED
Declaration
Swift
public let result: ExecutionResult?
-
The job’s start time.
Declaration
Swift
public let started: TimeStamp?
-
The job’s status. Allowed values include: PENDING PENDING_CONCURRENCY PENDING_DEVICE PROCESSING SCHEDULING PREPARING RUNNING COMPLETED STOPPING
Declaration
Swift
public let status: ExecutionStatus?
-
The job’s stop time.
Declaration
Swift
public let stopped: TimeStamp?
-
The job’s type. 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 type: TestType?
-
This value is set to true if video capture is enabled. Otherwise, it is set to false.
Declaration
Swift
public let videoCapture: Bool?
-
The endpoint for streaming device video.
Declaration
Swift
public let videoEndpoint: String?
-
init(arn:counters:created:device:deviceMinutes:instanceArn:message:name:result:started:status:stopped:type:videoCapture:videoEndpoint:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, counters: Counters? = nil, created: TimeStamp? = nil, device: Device? = nil, deviceMinutes: DeviceMinutes? = nil, instanceArn: String? = nil, message: String? = nil, name: String? = nil, result: ExecutionResult? = nil, started: TimeStamp? = nil, status: ExecutionStatus? = nil, stopped: TimeStamp? = nil, type: TestType? = nil, videoCapture: Bool? = nil, videoEndpoint: String? = nil)