BatchDisassociateApprovalRuleTemplateFromRepositoriesInput

public struct BatchDisassociateApprovalRuleTemplateFromRepositoriesInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the template that you want to disassociate from one or more repositories.

    Declaration

    Swift

    public let approvalRuleTemplateName: String
  • The repository names that you want to disassociate from the approval rule template. The length constraint limit is for each string in the array. The array itself can be empty.

    Declaration

    Swift

    public let repositoryNames: [String]
  • Undocumented

    Declaration

    Swift

    public init(approvalRuleTemplateName: String, repositoryNames: [String])
  • Declaration

    Swift

    public func validate(name: String) throws