Class: Aws::Amplify::Types::GetWebhookResult

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

Overview

The result structure for the get webhook request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#webhookTypes::Webhook

Describes the structure of a webhook.

Returns:



1713
1714
1715
1716
1717
# File 'lib/aws-sdk-amplify/types.rb', line 1713

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