Class: Aws::CodeBuild::Types::UpdateWebhookOutput

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 repository’s webhook that is associated with a project in AWS CodeBuild.

Returns:



2901
2902
2903
2904
# File 'lib/aws-sdk-codebuild/types.rb', line 2901

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