Class: Aws::CodeCommit::Types::AssociateApprovalRuleTemplateWithRepositoryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::AssociateApprovalRuleTemplateWithRepositoryInput
- 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 for the approval rule template.
-
#repository_name ⇒ String
The name of the repository that you want to associate with the template.
Instance Attribute Details
#approval_rule_template_name ⇒ String
The name for the approval rule template.
291 292 293 294 295 296 |
# File 'lib/aws-sdk-codecommit/types.rb', line 291 class AssociateApprovalRuleTemplateWithRepositoryInput < Struct.new( :approval_rule_template_name, :repository_name) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository that you want to associate with the template.
291 292 293 294 295 296 |
# File 'lib/aws-sdk-codecommit/types.rb', line 291 class AssociateApprovalRuleTemplateWithRepositoryInput < Struct.new( :approval_rule_template_name, :repository_name) SENSITIVE = [] include Aws::Structure end |