Class: Aws::CodePipeline::Types::RegisterWebhookWithThirdPartyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::RegisterWebhookWithThirdPartyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#webhook_name ⇒ String
The name of an existing webhook created with PutWebhook to register with a supported third party.
Instance Attribute Details
#webhook_name ⇒ String
The name of an existing webhook created with PutWebhook to register with a supported third party.
4153 4154 4155 4156 4157 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4153 class RegisterWebhookWithThirdPartyInput < Struct.new( :webhook_name) SENSITIVE = [] include Aws::Structure end |