Class: Aws::CodeCommit::Types::DisassociateApprovalRuleTemplateFromRepositoryInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_template_nameString

The name of the approval rule template to disassociate from a specified repository.

Returns:

  • (String)


2278
2279
2280
2281
2282
2283
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2278

class DisassociateApprovalRuleTemplateFromRepositoryInput < Struct.new(
  :approval_rule_template_name,
  :repository_name)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository you want to disassociate from the template.

Returns:

  • (String)


2278
2279
2280
2281
2282
2283
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2278

class DisassociateApprovalRuleTemplateFromRepositoryInput < Struct.new(
  :approval_rule_template_name,
  :repository_name)
  SENSITIVE = []
  include Aws::Structure
end