class Aws::CodeCommit::Types::UpdateApprovalRuleTemplateContentInput
@note When making an API call, you may pass UpdateApprovalRuleTemplateContentInput
data as a hash: { approval_rule_template_name: "ApprovalRuleTemplateName", # required new_rule_content: "ApprovalRuleTemplateContent", # required existing_rule_content_sha_256: "RuleContentSha256", }
@!attribute [rw] approval_rule_template_name
The name of the approval rule template where you want to update the content of the rule. @return [String]
@!attribute [rw] new_rule_content
The content that replaces the existing content of the rule. Content statements must be complete. You cannot provide only the changes. @return [String]
@!attribute [rw] existing_rule_content_sha_256
The SHA-256 hash signature for the content of the approval rule. You can retrieve this information by using GetPullRequest. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/UpdateApprovalRuleTemplateContentInput AWS API Documentation
Constants
- SENSITIVE