Class: Aws::CodeBuild::Types::CreateWebhookOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::CreateWebhookOutput
- Defined in:
- gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#webhook ⇒ Types::Webhook
Information about a webhook that connects repository events to a build project in CodeBuild.
Instance Attribute Details
#webhook ⇒ Types::Webhook
Information about a webhook that connects repository events to a build project in CodeBuild.
2050 2051 2052 2053 2054 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2050 class CreateWebhookOutput < Struct.new( :webhook) SENSITIVE = [] include Aws::Structure end |