class Aws::CodeCommit::Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesInput

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

data as a hash:

    {
      approval_rule_template_name: "ApprovalRuleTemplateName", # required
      repository_names: ["RepositoryName"], # required
    }

@!attribute [rw] approval_rule_template_name

The name of the template that you want to disassociate from one or
more repositories.
@return [String]

@!attribute [rw] repository_names

The repository names that you want to disassociate from the approval
rule template.

<note markdown="1"> The length constraint limit is for each string in the array. The
array itself can be empty.

 </note>
@return [Array<String>]

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

Constants

SENSITIVE