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.
1636 1637 1638 1639 1640 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1636 class DeleteWebhookInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |