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.
      4142 4143 4144 4145 4146  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 4142 class RegisterWebhookWithThirdPartyInput < Struct.new( :webhook_name) SENSITIVE = [] include Aws::Structure end  |