Class: Aws::Types::BatchAssociateApprovalRuleTemplateWithRepositoriesOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchAssociateApprovalRuleTemplateWithRepositoriesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_repository_names ⇒ ::Array[::String]
Returns the value of attribute associated_repository_names.
-
#errors ⇒ ::Array[Types::BatchAssociateApprovalRuleTemplateWithRepositoriesError]
Returns the value of attribute errors.
Instance Attribute Details
#associated_repository_names ⇒ ::Array[::String]
Returns the value of attribute associated_repository_names.
116 117 118 |
# File 'sig/types.rbs', line 116 def associated_repository_names @associated_repository_names end |
#errors ⇒ ::Array[Types::BatchAssociateApprovalRuleTemplateWithRepositoriesError]
Returns the value of attribute errors.
117 118 119 |
# File 'sig/types.rbs', line 117 def errors @errors end |