Class: Aws::Amplify::Types::GetWebhookResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetWebhookResult
- 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
-
#webhook ⇒ Types::Webhook
Describes the structure of a webhook.
Instance Attribute Details
#webhook ⇒ Types::Webhook
Describes the structure of a webhook.
1791 1792 1793 1794 1795 |
# File 'lib/aws-sdk-amplify/types.rb', line 1791 class GetWebhookResult < Struct.new( :webhook) SENSITIVE = [] include Aws::Structure end |