Class: Aws::CodeCommit::Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approval_rule_template_name ⇒ String
The name of the template that you want to disassociate from one or more repositories.
-
#repository_names ⇒ Array<String>
The repository names that you want to disassociate from the approval rule template.
Instance Attribute Details
#approval_rule_template_name ⇒ String
The name of the template that you want to disassociate from one or more repositories.
556 557 558 559 560 561 |
# File 'lib/aws-sdk-codecommit/types.rb', line 556 class BatchDisassociateApprovalRuleTemplateFromRepositoriesInput < Struct.new( :approval_rule_template_name, :repository_names) SENSITIVE = [] include Aws::Structure end |
#repository_names ⇒ Array<String>
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>
556 557 558 559 560 561 |
# File 'lib/aws-sdk-codecommit/types.rb', line 556 class BatchDisassociateApprovalRuleTemplateFromRepositoriesInput < Struct.new( :approval_rule_template_name, :repository_names) SENSITIVE = [] include Aws::Structure end |