DisassociateApprovalRuleTemplateFromRepositoryInput

public struct DisassociateApprovalRuleTemplateFromRepositoryInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the approval rule template to disassociate from a specified repository.

    Declaration

    Swift

    public let approvalRuleTemplateName: String
  • The name of the repository you want to disassociate from the template.

    Declaration

    Swift

    public let repositoryName: String
  • Undocumented

    Declaration

    Swift

    public init(approvalRuleTemplateName: String, repositoryName: String)
  • Declaration

    Swift

    public func validate(name: String) throws