UpdateWebhookRequest

public struct UpdateWebhookRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name for a branch that is part of an Amplify app.

    Declaration

    Swift

    public let branchName: String?
  • The description for a webhook.

    Declaration

    Swift

    public let description: String?
  • The unique ID for a webhook.

    Declaration

    Swift

    public let webhookId: String
  • Undocumented

    Declaration

    Swift

    public init(branchName: String? = nil, description: String? = nil, webhookId: String)
  • Declaration

    Swift

    public func validate(name: String) throws