class Aws::Amplify::Types::UpdateWebhookRequest

The request structure for the update webhook request.

@note When making an API call, you may pass UpdateWebhookRequest

data as a hash:

    {
      webhook_id: "WebhookId", # required
      branch_name: "BranchName",
      description: "Description",
    }

@!attribute [rw] webhook_id

The unique ID for a webhook.
@return [String]

@!attribute [rw] branch_name

The name for a branch that is part of an Amplify app.
@return [String]

@!attribute [rw] description

The description for a webhook.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/UpdateWebhookRequest AWS API Documentation

Constants

SENSITIVE