Class: Aws::Amplify::Types::CreateWebhookResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::CreateWebhookResult
- Defined in:
- gems/aws-sdk-amplify/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.
1147 1148 1149 1150 1151 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1147 class CreateWebhookResult < Struct.new( :webhook) SENSITIVE = [] include Aws::Structure end |