Project
public struct Project : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The project’s ARN.
Declaration
Swift
public let arn: String? -
When the project was created.
Declaration
Swift
public let created: TimeStamp? -
The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.
Declaration
Swift
public let defaultJobTimeoutMinutes: Int? -
The project’s name.
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, created: TimeStamp? = nil, defaultJobTimeoutMinutes: Int? = nil, name: String? = nil)
View on GitHub
Project Structure Reference