Class: Aws::Types::AssociateApprovalRuleTemplateWithRepositoryInput

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)


94
95
96
# File 'sig/types.rbs', line 94

def approval_rule_template_name
  @approval_rule_template_name
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def repository_name
  @repository_name
end