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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplify/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:



3086
3087
3088
3089
3090
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3086

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