Class: Aws::CodePipeline::Types::PutWebhookOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#webhookTypes::ListWebhookItem

The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.



4129
4130
4131
4132
4133
# File 'lib/aws-sdk-codepipeline/types.rb', line 4129

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