Class: Aws::CodeBuild::Types::UpdateWebhookOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeBuild::Types::UpdateWebhookOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codebuild/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #webhook  ⇒ Types::Webhook 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about a repository’s webhook that is associated with a project in CodeBuild.
 
Instance Attribute Details
#webhook ⇒ Types::Webhook
Information about a repository’s webhook that is associated with a project in CodeBuild.
      7291 7292 7293 7294 7295  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 7291 class UpdateWebhookOutput < Struct.new( :webhook) SENSITIVE = [] include Aws::Structure end  |