BatchAssociateApprovalRuleTemplateWithRepositoriesInput

public struct BatchAssociateApprovalRuleTemplateWithRepositoriesInput : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let approvalRuleTemplateName: String
  • The names of the repositories you want to associate with the 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