RegisterWebhookWithThirdPartyInput

public struct RegisterWebhookWithThirdPartyInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of an existing webhook created with PutWebhook to register with a supported third party.

    Declaration

    Swift

    public let webhookName: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws