DeleteWebhookRequest

public struct DeleteWebhookRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique ID for a webhook.

    Declaration

    Swift

    public let webhookId: String
  • Undocumented

    Declaration

    Swift

    public init(webhookId: String)
  • Declaration

    Swift

    public func validate(name: String) throws