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

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

#webhookTypes::ListWebhookItem

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



3789
3790
3791
3792
3793
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3789

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