DeletePullRequestApprovalRuleInput

public struct DeletePullRequestApprovalRuleInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the approval rule you want to delete.

    Declaration

    Swift

    public let approvalRuleName: String
  • The system-generated ID of the pull request that contains the approval rule you want to delete.

    Declaration

    Swift

    public let pullRequestId: String
  • Undocumented

    Declaration

    Swift

    public init(approvalRuleName: String, pullRequestId: String)
  • Declaration

    Swift

    public func validate(name: String) throws