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

Class: Aws::Amplify::Types::Webhook

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

Overview

Describes a webhook that connects repository events to an Amplify app.

Returned by:

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.

#create_timeTime

The create date and time for a webhook.

Returns:

  • (Time)

    The create date and time for a webhook.

#descriptionString

The description for a webhook.

Returns:

  • (String)

    The description for a webhook.

#update_timeTime

Updates the date and time for a webhook.

Returns:

  • (Time)

    Updates the date and time for a webhook.

#webhook_arnString

The Amazon Resource Name (ARN) for the webhook.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the webhook.

#webhook_idString

The ID of the webhook.

Returns:

  • (String)

    The ID of the webhook.

#webhook_urlString

The URL of the webhook.

Returns:

  • (String)

    The URL of the webhook.