You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BatchDisassociateApprovalRuleTemplateFromRepositoriesInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_template_nameString

The name of the template that you want to disassociate from one or more repositories.

Returns:

  • (String)

    The name of the template that you want to disassociate from one or more repositories.

#repository_namesArray<String>

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

The length constraint limit is for each string in the array. The array itself can be empty.

Returns:

  • (Array<String>)

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