BatchAssociateApprovalRuleTemplateWithRepositoriesOutput
public struct BatchAssociateApprovalRuleTemplateWithRepositoriesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of names of the repositories that have been associated with the template.
Declaration
Swift
public let associatedRepositoryNames: [String] -
A list of any errors that might have occurred while attempting to create the association between the template and the repositories.
Declaration
Swift
public let errors: [BatchAssociateApprovalRuleTemplateWithRepositoriesError] -
Undocumented
Declaration
Swift
public init(associatedRepositoryNames: [String], errors: [BatchAssociateApprovalRuleTemplateWithRepositoriesError])
View on GitHub
BatchAssociateApprovalRuleTemplateWithRepositoriesOutput Structure Reference