class Aws::CodeCommit::Types::DisassociateApprovalRuleTemplateFromRepositoryInput

@note When making an API call, you may pass DisassociateApprovalRuleTemplateFromRepositoryInput

data as a hash:

    {
      approval_rule_template_name: "ApprovalRuleTemplateName", # required
      repository_name: "RepositoryName", # required
    }

@!attribute [rw] approval_rule_template_name

The name of the approval rule template to disassociate from a
specified repository.
@return [String]

@!attribute [rw] repository_name

The name of the repository you want to disassociate from the
template.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/DisassociateApprovalRuleTemplateFromRepositoryInput AWS API Documentation

Constants

SENSITIVE