CreateTestGridProjectRequest
public struct CreateTestGridProjectRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Human-readable description of the project.
Declaration
Swift
public let description: String?
-
Human-readable name of the Selenium testing project.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(description: String? = nil, name: String)
-
Declaration
Swift
public func validate(name: String) throws