DeregisterWebhookWithThirdPartyInput

public struct DeregisterWebhookWithThirdPartyInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the webhook you want to deregister.

    Declaration

    Swift

    public let webhookName: String?
  • Undocumented

    Declaration

    Swift

    public init(webhookName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws