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_name ⇒ String

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_time ⇒ Time

The create date and time for a webhook.

Returns:

  • (Time) —

    The create date and time for a webhook.

#description ⇒ String

The description for a webhook.

Returns:

  • (String) —

    The description for a webhook.

#update_time ⇒ Time

Updates the date and time for a webhook.

Returns:

  • (Time) —

    Updates the date and time for a webhook.

#webhook_arn ⇒ String

The Amazon Resource Name (ARN) for the webhook.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) for the webhook.

#webhook_id ⇒ String

The ID of the webhook.

Returns:

  • (String) —

    The ID of the webhook.

#webhook_url ⇒ String

The URL of the webhook.

Returns:

  • (String) —

    The URL of the webhook.