Class: Aws::Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disassociated_repository_names ⇒ ::Array[::String]
Returns the value of attribute disassociated_repository_names.
-
#errors ⇒ ::Array[Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesError]
Returns the value of attribute errors.
Instance Attribute Details
#disassociated_repository_names ⇒ ::Array[::String]
Returns the value of attribute disassociated_repository_names.
166 167 168 |
# File 'sig/types.rbs', line 166 def disassociated_repository_names @disassociated_repository_names end |
#errors ⇒ ::Array[Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesError]
Returns the value of attribute errors.
167 168 169 |
# File 'sig/types.rbs', line 167 def errors @errors end |