CodeReviewType
public struct CodeReviewType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A code review that analyzes all code under a specified branch in an associated respository. The assocated repository is specified using its ARN in CreateCodeReview
Declaration
Swift
public let repositoryAnalysis: RepositoryAnalysis -
Undocumented
Declaration
Swift
public init(repositoryAnalysis: RepositoryAnalysis) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CodeReviewType Structure Reference