Class: Aws::Amplify::Types::UpdateWebhookResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::UpdateWebhookResult
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
The result structure for the update 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.
3086 3087 3088 3089 3090 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 3086 class UpdateWebhookResult < Struct.new( :webhook) SENSITIVE = [] include Aws::Structure end |