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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#webhookTypes::Webhook

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

Returns:



1814
1815
1816
1817
1818
# File 'lib/aws-sdk-codebuild/types.rb', line 1814

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