Class: Aws::Types::BatchAssociateApprovalRuleTemplateWithRepositoriesInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchAssociateApprovalRuleTemplateWithRepositoriesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_rule_template_name ⇒ ::String
Returns the value of attribute approval_rule_template_name.
-
#repository_names ⇒ ::Array[::String]
Returns the value of attribute repository_names.
Instance Attribute Details
#approval_rule_template_name ⇒ ::String
Returns the value of attribute approval_rule_template_name.
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.
111 112 113 |
# File 'sig/types.rbs', line 111 def repository_names @repository_names end |