Class: Aws::CodePipeline::Types::RegisterWebhookWithThirdPartyInput

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 RegisterWebhookWithThirdPartyInput data as a hash:

{
  webhook_name: "WebhookName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#webhook_nameString

The name of an existing webhook created with PutWebhook to register with a supported third party.

Returns:

  • (String)


2718
2719
2720
2721
# File 'lib/aws-sdk-codepipeline/types.rb', line 2718

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