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

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

#disassociated_repository_namesArray<String>

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

Returns:

  • (Array<String>)


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

#errorsArray<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