CreateTestGridProjectResult
public struct CreateTestGridProjectResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
ARN of the Selenium testing project that was created.
Declaration
Swift
public let testGridProject: TestGridProject?
-
Undocumented
Declaration
Swift
public init(testGridProject: TestGridProject? = nil)