Class: Aws::CodeCommit::Types::BatchAssociateApprovalRuleTemplateWithRepositoriesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::BatchAssociateApprovalRuleTemplateWithRepositoriesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_repository_names ⇒ Array<String>
A list of names of the repositories that have been associated with the template.
-
#errors ⇒ Array<Types::BatchAssociateApprovalRuleTemplateWithRepositoriesError>
A list of any errors that might have occurred while attempting to create the association between the template and the repositories.
Instance Attribute Details
#associated_repository_names ⇒ Array<String>
A list of names of the repositories that have been associated with the template.
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 |
#errors ⇒ Array<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 |