UpdateApprovalRuleTemplateContentInput
public struct UpdateApprovalRuleTemplateContentInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the approval rule template where you want to update the content of the rule.
Declaration
Swift
public let approvalRuleTemplateName: String
-
The SHA-256 hash signature for the content of the approval rule. You can retrieve this information by using GetPullRequest.
Declaration
Swift
public let existingRuleContentSha256: String?
-
The content that replaces the existing content of the rule. Content statements must be complete. You cannot provide only the changes.
Declaration
Swift
public let newRuleContent: String
-
Undocumented
Declaration
Swift
public init(approvalRuleTemplateName: String, existingRuleContentSha256: String? = nil, newRuleContent: String)
-
Declaration
Swift
public func validate(name: String) throws