Class: Aws::CodeBuild::Types::DeleteWebhookInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeBuild::Types::DeleteWebhookInput
 
- Defined in:
- gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #project_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the CodeBuild project. 
Instance Attribute Details
#project_name ⇒ String
The name of the CodeBuild project.
| 2430 2431 2432 2433 2434 | # File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2430 class DeleteWebhookInput < Struct.new( :project_name) SENSITIVE = [] include Aws::Structure end |