Class: Aws::CodePipeline::Types::DeleteWebhookInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::DeleteWebhookInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the webhook you want to delete.
Instance Attribute Details
#name ⇒ String
The name of the webhook you want to delete.
1671 1672 1673 1674 1675 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1671 class DeleteWebhookInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |