Method: Aws::CodeBuild::Types::CreateWebhookOutput#webhook

Defined in:
lib/aws-sdk-codebuild/types.rb

#webhookTypes::Webhook

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

Returns:



1884
1885
1886
1887
1888
# File 'lib/aws-sdk-codebuild/types.rb', line 1884

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