CreateProjectRequest
public struct CreateProjectRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Sets the execution timeout value (in minutes) for a project. All test runs in this project use the specified execution timeout value unless overridden when scheduling a run.
Declaration
Swift
public let defaultJobTimeoutMinutes: Int?
-
The project’s name.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(defaultJobTimeoutMinutes: Int? = nil, name: String)
-
Declaration
Swift
public func validate(name: String) throws