Class: Aws::CodeBuild::Types::CreateWebhookOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#webhookTypes::Webhook

Information about a webhook that connects repository events to a build project in AWS CodeBuild.

Returns:



820
821
822
823
# File 'lib/aws-sdk-codebuild/types.rb', line 820

class CreateWebhookOutput < Struct.new(
  :webhook)
  include Aws::Structure
end