DeletePullRequestApprovalRuleOutput

public struct DeletePullRequestApprovalRuleOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the deleted approval rule. If the approval rule was deleted in an earlier API call, the response is 200 OK without content.

    Declaration

    Swift

    public let approvalRuleId: String
  • Undocumented

    Declaration

    Swift

    public init(approvalRuleId: String)