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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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>)


368
369
370
371
372
373
# File 'lib/aws-sdk-codecommit/types.rb', line 368

class BatchAssociateApprovalRuleTemplateWithRepositoriesOutput < Struct.new(
  :associated_repository_names,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::BatchAssociateApprovalRuleTemplateWithRepositoriesError>

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



368
369
370
371
372
373
# File 'lib/aws-sdk-codecommit/types.rb', line 368

class BatchAssociateApprovalRuleTemplateWithRepositoriesOutput < Struct.new(
  :associated_repository_names,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end