Class: Aws::CodePipeline::Types::DeregisterWebhookWithThirdPartyInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Note:

When making an API call, you may pass DeregisterWebhookWithThirdPartyInput data as a hash:

{
  webhook_name: "WebhookName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#webhook_nameString

The name of the webhook you want to deregister.

Returns:

  • (String)


1112
1113
1114
1115
# File 'lib/aws-sdk-codepipeline/types.rb', line 1112

class DeregisterWebhookWithThirdPartyInput < Struct.new(
  :webhook_name)
  include Aws::Structure
end