Class: Aws::Types::BatchAssociateApprovalRuleTemplateWithRepositoriesInput

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)


110
111
112
# File 'sig/types.rbs', line 110

def approval_rule_template_name
  @approval_rule_template_name
end

#repository_names::Array[::String]

Returns the value of attribute repository_names.

Returns:

  • (::Array[::String])


111
112
113
# File 'sig/types.rbs', line 111

def repository_names
  @repository_names
end