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

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 an existing webhook created with PutWebhook to register with a supported third party.

Returns:

  • (String)


3802
3803
3804
3805
3806
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3802

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