Class: Aws::Amplify::Types::UpdateWebhookRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::UpdateWebhookRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The request structure for the update webhook request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch_name ⇒ String
The name for a branch that is part of an Amplify app.
-
#description ⇒ String
The description for a webhook.
-
#webhook_id ⇒ String
The unique ID for a webhook.
Instance Attribute Details
#branch_name ⇒ String
The name for a branch that is part of an Amplify app.
3069 3070 3071 3072 3073 3074 3075 |
# File 'lib/aws-sdk-amplify/types.rb', line 3069 class UpdateWebhookRequest < Struct.new( :webhook_id, :branch_name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for a webhook.
3069 3070 3071 3072 3073 3074 3075 |
# File 'lib/aws-sdk-amplify/types.rb', line 3069 class UpdateWebhookRequest < Struct.new( :webhook_id, :branch_name, :description) SENSITIVE = [] include Aws::Structure end |
#webhook_id ⇒ String
The unique ID for a webhook.
3069 3070 3071 3072 3073 3074 3075 |
# File 'lib/aws-sdk-amplify/types.rb', line 3069 class UpdateWebhookRequest < Struct.new( :webhook_id, :branch_name, :description) SENSITIVE = [] include Aws::Structure end |