Class: Aws::CodeCommit::Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disassociated_repository_names ⇒ Array<String>
A list of repository names that have had their association with the template removed.
-
#errors ⇒ Array<Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesError>
A list of any errors that might have occurred while attempting to remove the association between the template and the repositories.
Instance Attribute Details
#disassociated_repository_names ⇒ Array<String>
A list of repository names that have had their association with the template removed.
575 576 577 578 579 580 |
# File 'lib/aws-sdk-codecommit/types.rb', line 575 class BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput < Struct.new( :disassociated_repository_names, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesError>
A list of any errors that might have occurred while attempting to remove the association between the template and the repositories.
575 576 577 578 579 580 |
# File 'lib/aws-sdk-codecommit/types.rb', line 575 class BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput < Struct.new( :disassociated_repository_names, :errors) SENSITIVE = [] include Aws::Structure end |