TestGridSession
public struct TestGridSession : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the session.
Declaration
Swift
public let arn: String?
-
The number of billed minutes that were used for this session.
Declaration
Swift
public let billingMinutes: Double?
-
The time that the session was started.
Declaration
Swift
public let created: TimeStamp?
-
The time the session ended.
Declaration
Swift
public let ended: TimeStamp?
-
A JSON object of options and parameters passed to the Selenium WebDriver.
Declaration
Swift
public let seleniumProperties: String?
-
The state of the session.
Declaration
Swift
public let status: TestGridSessionStatus?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, billingMinutes: Double? = nil, created: TimeStamp? = nil, ended: TimeStamp? = nil, seleniumProperties: String? = nil, status: TestGridSessionStatus? = nil)