Project
public struct Project : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The project’s ARN. DeclarationSwift public let arn: String?
- 
                  
                  When the project was created. DeclarationSwift 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. DeclarationSwift public let defaultJobTimeoutMinutes: Int?
- 
                  
                  The project’s name. DeclarationSwift public let name: String?
- 
                  
                  Undocumented DeclarationSwift public init(arn: String? = nil, created: TimeStamp? = nil, defaultJobTimeoutMinutes: Int? = nil, name: String? = nil)
 View on GitHub
View on GitHub Project Structure Reference
        Project Structure Reference