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

Class: Aws::CodeCommit::Types::BatchAssociateApprovalRuleTemplateWithRepositoriesOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#associated_repository_namesArray<String>

A list of names of the repositories that have been associated with the template.

Returns:

  • (Array<String>)

    A list of names of the repositories that have been associated with the template.

#errorsArray<Types::BatchAssociateApprovalRuleTemplateWithRepositoriesError>

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

Returns: