Class: Aws::Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesInput

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)


160
161
162
# File 'sig/types.rbs', line 160

def approval_rule_template_name
  @approval_rule_template_name
end

#repository_names::Array[::String]

Returns the value of attribute repository_names.

Returns:

  • (::Array[::String])


161
162
163
# File 'sig/types.rbs', line 161

def repository_names
  @repository_names
end