Evaluation
public struct Evaluation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The names of the approval rules that have not had their conditions met.
Declaration
Swift
public let approvalRulesNotSatisfied: [String]?
-
The names of the approval rules that have had their conditions met.
Declaration
Swift
public let approvalRulesSatisfied: [String]?
-
Whether the state of the pull request is approved.
Declaration
Swift
public let approved: Bool?
-
Whether the approval rule requirements for the pull request have been overridden and no longer need to be met.
Declaration
Swift
public let overridden: Bool?
-
Undocumented
Declaration
Swift
public init(approvalRulesNotSatisfied: [String]? = nil, approvalRulesSatisfied: [String]? = nil, approved: Bool? = nil, overridden: Bool? = nil)