Class: Aws::CodeCommit::Types::AssociateApprovalRuleTemplateWithRepositoryInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_template_nameString

The name for the approval rule template.

Returns:

  • (String)


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_nameString

The name of the repository that you want to associate with the template.

Returns:

  • (String)


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