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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#webhook_nameString

The name of the webhook you want to deregister.

Returns:

  • (String)


1541
1542
1543
1544
1545
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1541

class DeregisterWebhookWithThirdPartyInput < Struct.new(
  :webhook_name)
  SENSITIVE = []
  include Aws::Structure
end