Class: Aws::Amplify::Types::UpdateWebhookResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-amplify/types.rb

Overview

The result structure for the update webhook request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#webhookTypes::Webhook

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

Returns:



2965
2966
2967
2968
2969
# File 'lib/aws-sdk-amplify/types.rb', line 2965

class UpdateWebhookResult < Struct.new(
  :webhook)
  SENSITIVE = []
  include Aws::Structure
end