You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#disassociated_repository_namesArray<String>

A list of repository names that have had their association with the template removed.

Returns:

  • (Array<String>)

    A list of repository names that have had their association with the template removed.

#errorsArray<Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesError>

A list of any errors that might have occurred while attempting to remove the association between the template and the repositories.

Returns: