Class: Aws::CodeBuild::Types::DeleteWebhookInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::DeleteWebhookInput
- Includes:
- Structure
- Defined in:
- 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.
2097 2098 2099 2100 2101 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2097 class DeleteWebhookInput < Struct.new( :project_name) SENSITIVE = [] include Aws::Structure end |