class Aws::Amplify::Types::CreateWebhookRequest

The request structure for the create webhook request.

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

data as a hash:

    {
      app_id: "AppId", # required
      branch_name: "BranchName", # required
      description: "Description",
    }

@!attribute [rw] app_id

The unique ID for an Amplify app.
@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/CreateWebhookRequest AWS API Documentation

Constants

SENSITIVE