You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Amplify::Types::UpdateWebhookRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateWebhookRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

The request structure for the update webhook request.

Instance Attribute Summary collapse

Instance Attribute Details

#branch_nameString

The name for a branch that is part of an Amplify app.

Returns:

  • (String)

    The name for a branch that is part of an Amplify app.

#descriptionString

The description for a webhook.

Returns:

  • (String)

    The description for a webhook.

#webhook_idString

The unique ID for a webhook.

Returns:

  • (String)

    The unique ID for a webhook.