Class: Aws::Amplify::Types::CreateWebhookResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::CreateWebhookResult
- 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
-
#webhook ⇒ Types::Webhook
Describes a webhook that connects repository events to an Amplify app.
Instance Attribute Details
#webhook ⇒ Types::Webhook
Describes a webhook that connects repository events to an Amplify app.
1158 1159 1160 1161 1162 |
# File 'lib/aws-sdk-amplify/types.rb', line 1158 class CreateWebhookResult < Struct.new( :webhook) SENSITIVE = [] include Aws::Structure end |