Class: Aws::Amplify::Types::CreateWebhookResult

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

Overview

The result structure for the create 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:



1069
1070
1071
1072
1073
# File 'lib/aws-sdk-amplify/types.rb', line 1069

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