Class: Aws::Amplify::Types::GetWebhookRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetWebhookRequest
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
The request structure for the get webhook request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#webhook_id ⇒ String
The unique ID for a webhook.
Instance Attribute Details
#webhook_id ⇒ String
The unique ID for a webhook.
1777 1778 1779 1780 1781 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1777 class GetWebhookRequest < Struct.new( :webhook_id) SENSITIVE = [] include Aws::Structure end |