Class: Aws::Amplify::Types::CreateWebhookRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::CreateWebhookRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The request structure for the create webhook request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID for an Amplify app.
-
#branch_name ⇒ String
The name for a branch that is part of an Amplify app.
-
#description ⇒ String
The description for a webhook.
Instance Attribute Details
#app_id ⇒ String
The unique ID for an Amplify app.
1130 1131 1132 1133 1134 1135 1136 |
# File 'lib/aws-sdk-amplify/types.rb', line 1130 class CreateWebhookRequest < Struct.new( :app_id, :branch_name, :description) SENSITIVE = [] include Aws::Structure end |
#branch_name ⇒ String
The name for a branch that is part of an Amplify app.
1130 1131 1132 1133 1134 1135 1136 |
# File 'lib/aws-sdk-amplify/types.rb', line 1130 class CreateWebhookRequest < Struct.new( :app_id, :branch_name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for a webhook.
1130 1131 1132 1133 1134 1135 1136 |
# File 'lib/aws-sdk-amplify/types.rb', line 1130 class CreateWebhookRequest < Struct.new( :app_id, :branch_name, :description) SENSITIVE = [] include Aws::Structure end |