BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput
public struct BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of repository names that have had their association with the template removed.
Declaration
Swift
public let disassociatedRepositoryNames: [String]
-
A list of any errors that might have occurred while attempting to remove the association between the template and the repositories.
Declaration
Swift
public let errors: [BatchDisassociateApprovalRuleTemplateFromRepositoriesError]
-
Undocumented
Declaration
Swift
public init(disassociatedRepositoryNames: [String], errors: [BatchDisassociateApprovalRuleTemplateFromRepositoriesError])