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.
2263 2264 2265 2266 2267 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2263 class DeleteWebhookInput < Struct.new( :project_name) SENSITIVE = [] include Aws::Structure end |