Class: Aws::CodePipeline::Types::DeregisterWebhookWithThirdPartyInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::DeregisterWebhookWithThirdPartyInput
 
 
- 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 the webhook you want to deregister.
 
Instance Attribute Details
#webhook_name ⇒ String
The name of the webhook you want to deregister.
      1632 1633 1634 1635 1636  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1632 class DeregisterWebhookWithThirdPartyInput < Struct.new( :webhook_name) SENSITIVE = [] include Aws::Structure end  |