Class: Aws::Types::DisassociateApprovalRuleTemplateFromRepositoryInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rule_template_name::String

Returns the value of attribute approval_rule_template_name.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def approval_rule_template_name
  @approval_rule_template_name
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


618
619
620
# File 'sig/types.rbs', line 618

def repository_name
  @repository_name
end